0_0_39064100_23778.cpp:1:5: error: stray '#' in program
1 | 1 #include <stdio.h>
| ^
0_0_39064100_23778.cpp:1:3: error: expected unqualified-id before numeric constant
1 | 1 #include <stdio.h>
| ^
0_0_39064100_23778.cpp:4:3: error: expected unqualified-id before numeric constant
4 | 4 int Kinga,Kingb;//红王坐标
| ^
0_0_39064100_23778.cpp:5:3: error: expected unqualified-id before numeric constant
5 | 5 int Kingc,Kingd;//黑王坐标
| ^
0_0_39064100_23778.cpp:6:3: error: expected unqualified-id before numeric constant
6 | 6 int abs(int a){return a>0?a:-a;}
| ^
0_0_39064100_23778.cpp:7:3: error: expected unqualified-id before numeric constant
7 | 7 int KingFaceToFace()//两王是否相对
| ^
0_0_39064100_23778.cpp:20:2: error: expected unqualified-id before numeric constant
20 | 20 int King(int a,int b,int c,int d)
| ^~
0_0_39064100_23778.cpp:41:2: error: expected unqualified-id before numeric constant
41 | 41 int Mandarins(int a,int b,int c,int d)
| ^~
0_0_39064100_23778.cpp:54:2: error: expected unqualified-id before numeric constant
54 | 54 int Elephants(int a,int b,int c,int d)
| ^~
0_0_39064100_23778.cpp:70:2: error: expected unqualified-id before numeric constant
70 | 70 int Knights(int a,int b,int c,int d)
| ^~
0_0_39064100_23778.cpp:93:2: error: expected unqualified-id before numeric constant
93 | 93 int Rooks(int a,int b,int c,int d)
| ^~
0_0_39064100_23778.cpp:121:1: error: expected unqualified-id before numeric constant
121 | 121 int Cannons(int a,int b,int c,int d)
| ^~~
0_0_39064100_23778.cpp:161:1: error: expected unqualified-id before numeric constant
161 | 161 int Pawns(int a,int b,int c,int d)
| ^~~
0_0_39064100_23778.cpp:184:1: error: expected unqualified-id before numeric constant
184 | 184 int move(int a,int b,int c,int d,int k)
| ^~~
0_0_39064100_23778.cpp:209:1: error: expected unqualified-id before numeric constant
209 | 209 int main()
| ^~~
|