0_0_21003593_29182.cpp:55:12: error: stray '#' in program
scanf("%d",&t);
^
0_0_21003593_29182.cpp:55:19: error: stray '#' in program
scanf("%d",&t);
^
0_0_21003593_29182.cpp:63:20: error: stray '#' in program
scanf("%s",Map[i]);
^
0_0_21003593_29182.cpp:63:27: error: stray '#' in program
scanf("%s",Map[i]);
^
0_0_21003593_29182.cpp:65:17: error: stray '#' in program
printf("Case #%d: ",k++);
^
0_0_21003593_29182.cpp:65:26: error: stray '#' in program
printf("Case #%d: ",k++);
^
0_0_21003593_29182.cpp:65:32: error: stray '#' in program
printf("Case #%d: ",k++);
^
0_0_21003593_29182.cpp:67:21: error: stray '#' in program
printf("Can kill in one move!!!\n");
^
0_0_21003593_29182.cpp:67:13: error: stray '\' in program
printf("Can kill in one move!!!\n");
^
0_0_21003593_29182.cpp:67:51: error: stray '#' in program
printf("Can kill in one move!!!\n");
^
0_0_21003593_29182.cpp:69:21: error: stray '#' in program
printf("Can not kill in one move!!!\n");
^
0_0_21003593_29182.cpp:69:13: error: stray '\' in program
printf("Can not kill in one move!!!\n");
^
0_0_21003593_29182.cpp:69:55: error: stray '#' in program
printf("Can not kill in one move!!!\n");
^
0_0_21003593_29182.cpp: In function 'int main()':
0_0_21003593_29182.cpp:55:13: error: lvalue required as unary '&' operand
scanf("%d",&t);
^
0_0_21003593_29182.cpp:55:16: error: expected primary-expression before '%' token
scanf("%d",&t);
^
0_0_21003593_29182.cpp:55:17: error: 'd' was not declared in this scope
scanf("%d",&t);
^
0_0_21003593_29182.cpp:55:23: error: expected primary-expression before ',' token
scanf("%d",&t);
^
0_0_21003593_29182.cpp:63:21: error: lvalue required as unary '&' operand
scanf("%s",Map[i]);
^
0_0_21003593_29182.cpp:63:24: error: expected primary-expression before '%' token
scanf("%s",Map[i]);
^
0_0_21003593_29182.cpp:63:25: error: 's' was not declared in this scope
scanf("%s",Map[i]);
^
0_0_21003593_29182.cpp:63:31: error: expected primary-expression before ',' token
scanf("%s",Map[i]);
^
0_0_21003593_29182.cpp:65:18: error: lvalue required as unary '&' operand
printf("Case #%d: ",k++);
^
0_0_21003593_29182.cpp:65:21: error: 'Case' was not declared in this scope
printf("Case #%d: ",k++);
^
0_0_21003593_29182.cpp:65:36: error: expected primary-expression before ',' token
printf("Case #%d: ",k++);
^
0_0_21003593_29182.cpp:67:22: error: lvalue required as unary '&' operand
printf("Can kill in one move!!!\n");
^
0_0_21003593_29182.cpp:67:25: error: 'Can' was not declared in this scope
printf("Can kill in one move!!!\n");
^
0_0_21003593_29182.cpp:67:55: error: expected primary-expression before ')' token
printf("Can kill in one move!!!\n");
^
0_0_21003593_29182.cpp:68:9: error: 'else' without a previous 'if'
else
^
0_0_21003593_29182.cpp:69:22: error: lvalue required as unary '&' operand
printf("Can not kill in one move!!!\n");
^
0_0_21003593_29182.cpp:69:29: error: expected ';' before 'not' token
printf("Can not kill in one move!!!\n");
^
0_0_21003593_29182.cpp:69:59: error: expected primary-expression before ')' token
printf("Can not kill in one move!!!\n");
^
|