0_0_13811413_2002.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13811413_2002.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13811413_2002.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13811413_2002.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13811413_2002.cpp:8:1: error: 'mappre' does not name a type
mappre;
^
0_0_13811413_2002.cpp: In function 'bool check()':
0_0_13811413_2002.cpp:19:5: error: 'pre' was not declared in this scope
A=pre[a];B=pre[b];
^
0_0_13811413_2002.cpp: In function 'void First()':
0_0_13811413_2002.cpp:25:49: error: 'printf' was not declared in this scope
if (A==B) {printf("%s has killed himself.\n",a);return;}
^
0_0_13811413_2002.cpp:26:58: error: 'printf' was not declared in this scope
if (!ok_kill) {printf("%s has been killed by %s.\n",b,a);return;}
^
0_0_13811413_2002.cpp:28:3: error: expected ']' before 'printf'
printf("%s pawned %s's head.\n",a,b);num[B]=0;
^
0_0_13811413_2002.cpp:28:3: error: expected ')' before 'printf'
0_0_13811413_2002.cpp:29:66: error: 'printf' was not declared in this scope
if (ok_kill&&!ALL) ALL=1,printf("%s just drew first blood.\n",a);
^
0_0_13811413_2002.cpp:32:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_13811413_2002.cpp:73:1: error: expected '}' at end of input
}
^
|