0_0_29296950_10877.cpp:1:5: error: stray '#' in program
1 #include<iostream>
^
0_0_29296950_10877.cpp:2:5: error: stray '#' in program
2 #include<cstdio>
^
0_0_29296950_10877.cpp:3:5: error: stray '#' in program
3 #include<cstring>
^
0_0_29296950_10877.cpp:4:5: error: stray '#' in program
4 #include<algorithm>
^
0_0_29296950_10877.cpp:5:5: error: stray '#' in program
5 #include<queue>
^
0_0_29296950_10877.cpp:7:5: error: stray '#' in program
7 #define MAXN 222
^
0_0_29296950_10877.cpp:8:5: error: stray '#' in program
8 #define MAXM 2222222
^
0_0_29296950_10877.cpp:9:5: error: stray '#' in program
9 #define inf 1<<30
^
0_0_29296950_10877.cpp:1:3: error: expected unqualified-id before numeric constant
1 #include<iostream>
^
0_0_29296950_10877.cpp:7:3: error: expected unqualified-id before numeric constant
7 #define MAXN 222
^
0_0_29296950_10877.cpp:13:6: error: 'edge' does not name a type
13 }edge[MAXM];
^
0_0_29296950_10877.cpp:14:2: error: expected unqualified-id before numeric constant
14
^
0_0_29296950_10877.cpp:16:2: error: expected unqualified-id before numeric constant
16 int head[MAXN];
^
0_0_29296950_10877.cpp:17:2: error: expected unqualified-id before numeric constant
17
^
0_0_29296950_10877.cpp:32:2: error: expected unqualified-id before numeric constant
32
^
0_0_29296950_10877.cpp:34:2: error: expected unqualified-id before numeric constant
34 bool mark[MAXN];
^
0_0_29296950_10877.cpp:35:2: error: expected unqualified-id before numeric constant
35 bool spfa(int vs,int vt)
^
|