0_0_13810773_573.cpp:2:5: error: stray '#' in program
2 #include<cstdio>
^
0_0_13810773_573.cpp:3:5: error: stray '#' in program
3 #include<cstring>
^
0_0_13810773_573.cpp:4:5: error: stray '#' in program
4 #include<cmath>
^
0_0_13810773_573.cpp:5:5: error: stray '#' in program
5 #include<set>
^
0_0_13810773_573.cpp:7:5: error: stray '#' in program
7 #define MAXN 2222
^
0_0_13810773_573.cpp:8:5: error: stray '#' in program
8 #define MAXM 222222
^
0_0_13810773_573.cpp:9:5: error: stray '#' in program
9 #define inf 1<<30
^
0_0_13810773_573.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<cstdio>
^
0_0_13810773_573.cpp:7:3: error: expected unqualified-id before numeric constant
7 #define MAXN 2222
^
0_0_13810773_573.cpp:13:6: error: 'edge' does not name a type
13 }edge[MAXM];
^
0_0_13810773_573.cpp:14:2: error: expected unqualified-id before numeric constant
14
^
0_0_13810773_573.cpp:17:2: error: expected unqualified-id before numeric constant
17 int pre[MAXN];
^
0_0_13810773_573.cpp:18:2: error: expected unqualified-id before numeric constant
18 int cur[MAXN];
^
0_0_13810773_573.cpp:19:2: error: expected unqualified-id before numeric constant
19 int level[MAXN];
^
0_0_13810773_573.cpp:20:2: error: expected unqualified-id before numeric constant
20 int gap[MAXN];
^
0_0_13810773_573.cpp:21:2: error: expected unqualified-id before numeric constant
21 int NV,NE,n,m,vs,vt;
^
0_0_13810773_573.cpp:22:2: error: expected unqualified-id before numeric constant
22
^
0_0_13810773_573.cpp:30:2: error: expected unqualified-id before numeric constant
30
^
|