0_0_13806909_23523.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13806909_23523.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13806909_23523.cpp: In function 'int main()':
0_0_13806909_23523.cpp:13:25: error: 'scanf' was not declared in this scope
while(scanf("%d%d",&n,&m)!=EOF)
^
0_0_13806909_23523.cpp:13:28: error: 'EOF' was not declared in this scope
while(scanf("%d%d",&n,&m)!=EOF)
^
0_0_13806909_23523.cpp:27:15: error: expected ';' before '{' token
for(int i=0;i {
^
0_0_13806909_23523.cpp:27:15: error: expected primary-expression before '{' token
0_0_13806909_23523.cpp:27:15: error: expected ')' before '{' token
0_0_13806909_23523.cpp:43:11: error: expected ';' before 'for'
for(i=1;i for(j=1;j {
^
0_0_13806909_23523.cpp:43:11: error: expected primary-expression before 'for'
0_0_13806909_23523.cpp:43:11: error: expected ')' before 'for'
0_0_13806909_23523.cpp:43:21: error: expected ';' before '{' token
for(i=1;i for(j=1;j {
^
0_0_13806909_23523.cpp:43:21: error: expected primary-expression before '{' token
0_0_13806909_23523.cpp:43:21: error: expected ')' before '{' token
0_0_13806909_23523.cpp:65:19: error: 'printf' was not declared in this scope
printf("%d\n",temp);
^
0_0_13806909_23523.cpp:67:33: error: 'printf' was not declared in this scope
else printf("It's impossible.\n");
^
|