0_0_13688869_30848.cpp: In function 'int main()':
0_0_13688869_30848.cpp:6:30: error: 'scanf' was not declared in this scope
while(scanf("%d %d",&m,&n)!=EOF)
^
0_0_13688869_30848.cpp:6:33: error: 'EOF' was not declared in this scope
while(scanf("%d %d",&m,&n)!=EOF)
^
0_0_13688869_30848.cpp:23:50: error: 'printf' was not declared in this scope
printf("%d %d %ld\n",t+1,k+1,fenshu[t][k]);
^
|