0_0_13808501_21259.cpp:2:5: error: stray '#' in program
2 #include <cstring>
^
0_0_13808501_21259.cpp:3:5: error: stray '#' in program
3 #include <algorithm>
^
0_0_13808501_21259.cpp:6:5: error: stray '#' in program
6 #define clr(x) memset(x, 0, sizeof(x))
^
0_0_13808501_21259.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include <cstring>
^
0_0_13808501_21259.cpp:5:3: error: expected unqualified-id before numeric constant
5 const int INF = 0X1f1f1f1f;
^
0_0_13808501_21259.cpp:6:3: error: expected unqualified-id before numeric constant
6 #define clr(x) memset(x, 0, sizeof(x))
^
0_0_13808501_21259.cpp:13:6: error: 'task' does not name a type
13 }task[210];
^
0_0_13808501_21259.cpp:14:2: error: expected unqualified-id before numeric constant
14
^
0_0_13808501_21259.cpp:19:6: error: 'edge' does not name a type
19 }edge[1000000];
^
0_0_13808501_21259.cpp:20:2: error: expected unqualified-id before numeric constant
20 int tot;
^
0_0_13808501_21259.cpp:21:2: error: expected unqualified-id before numeric constant
21 int head[210];
^
0_0_13808501_21259.cpp:22:2: error: expected unqualified-id before numeric constant
22
^
0_0_13808501_21259.cpp:24:2: error: expected unqualified-id before numeric constant
24 int vis[210];
^
0_0_13808501_21259.cpp:25:2: error: expected unqualified-id before numeric constant
25 int G[25][25], dis[25][25];
^
0_0_13808501_21259.cpp:26:2: error: expected unqualified-id before numeric constant
26 int sum, n;
^
0_0_13808501_21259.cpp:27:2: error: expected unqualified-id before numeric constant
27 int Q, M;
^
0_0_13808501_21259.cpp:28:2: error: expected unqualified-id before numeric constant
28
^
|