#include<fstream.h> int main(){ int i,j; for(i=2;i<=9;i++){ for(j=1;j<=9;j++){ cout<<i<<"*"<<j<<"="<<i*j<<"\n": } } return 0; }
당신은 어느 그룹입니까?