0_0_13725505_23033.cpp:2:5: error: stray '#' in program
2 #include <cstring>
^
0_0_13725505_23033.cpp:3:5: error: stray '#' in program
3 #include <stdio.h>
^
0_0_13725505_23033.cpp:4:5: error: stray '#' in program
4 #include <queue>
^
0_0_13725505_23033.cpp:5:5: error: stray '#' in program
5 #include <algorithm>
^
0_0_13725505_23033.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include <cstring>
^
0_0_13725505_23033.cpp:7:3: error: expected unqualified-id before numeric constant
7
^
0_0_13725505_23033.cpp:9:3: error: expected unqualified-id before numeric constant
9 const int MAXM = 1000000;
^
0_0_13725505_23033.cpp:10:2: error: expected unqualified-id before numeric constant
10 const int INF = 0x1f1f1f1f;
^
0_0_13725505_23033.cpp:11:2: error: expected unqualified-id before numeric constant
11
^
0_0_13725505_23033.cpp:17:6: error: 'edge' does not name a type
17 }edge[MAXM];
^
0_0_13725505_23033.cpp:18:2: error: expected unqualified-id before numeric constant
18 int tot;
^
0_0_13725505_23033.cpp:19:2: error: expected unqualified-id before numeric constant
19
^
0_0_13725505_23033.cpp:27:2: error: expected unqualified-id before numeric constant
27
^
0_0_13725505_23033.cpp:29:2: error: expected unqualified-id before numeric constant
29 int main()
^
|