0_0_23250979_14897.cpp:2:5: error: stray '#' in program
2 #include<cstdio>
^
0_0_23250979_14897.cpp:3:5: error: stray '#' in program
3 #include<cstring>
^
0_0_23250979_14897.cpp:4:5: error: stray '#' in program
4 #include<iostream>
^
0_0_23250979_14897.cpp:5:5: error: stray '#' in program
5 #include<algorithm>
^
0_0_23250979_14897.cpp:7:5: error: stray '#' in program
7 #define maxn 10005
^
0_0_23250979_14897.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<cstdio>
^
0_0_23250979_14897.cpp:7:3: error: expected unqualified-id before numeric constant
7 #define maxn 10005
^
0_0_23250979_14897.cpp:9:3: error: expected unqualified-id before numeric constant
9 int a,b;
^
0_0_23250979_14897.cpp:10:2: error: expected unqualified-id before numeric constant
10 bool flag;//碰谁了
^
0_0_23250979_14897.cpp:11:2: error: expected unqualified-id before numeric constant
11 bool flag1;//先碰的球ok
^
0_0_23250979_14897.cpp:12:2: error: expected unqualified-id before numeric constant
12 bool flag2;//有球进球
^
0_0_23250979_14897.cpp:13:2: error: expected unqualified-id before numeric constant
13 bool flag4;//没碰到球
^
0_0_23250979_14897.cpp:14:2: error: expected unqualified-id before numeric constant
14 bool flag3;//target
^
0_0_23250979_14897.cpp:15:2: error: expected unqualified-id before numeric constant
15 bool flag0;//白球进洞
^
0_0_23250979_14897.cpp:16:2: error: expected unqualified-id before numeric constant
16 int _min,_max;
^
0_0_23250979_14897.cpp:17:2: error: expected unqualified-id before numeric constant
17 int firsth;//最大的
^
0_0_23250979_14897.cpp:18:2: error: expected unqualified-id before numeric constant
18 int vis[maxn];
^
0_0_23250979_14897.cpp:19:2: error: expected unqualified-id before numeric constant
19 int low,high;
^
0_0_23250979_14897.cpp:20:2: error: expected unqualified-id before numeric constant
20
^
|