#include<stdio.h>main(){ for(i=2;i<10;i++){ for(j=2;j<10;j++){ printf("%d*%d=%d",i,j,i*j); } printf("\n");}} return 0;} 으로하시면됩니다^^
당신은 어느 그룹입니까?