0_0_13813891_9412.cpp:2:4: error: stray '#' in program
7 #include <cstdio>
^
0_0_13813891_9412.cpp:3:4: error: stray '#' in program
8 #include <cstring>
^
0_0_13813891_9412.cpp:4:4: error: stray '#' in program
9 #include <algorithm>
^
0_0_13813891_9412.cpp:2:2: error: expected unqualified-id before numeric constant
7 #include <cstdio>
^
0_0_13813891_9412.cpp:6:1: error: expected unqualified-id before numeric constant
11
^
0_0_13813891_9412.cpp:8:1: error: expected unqualified-id before numeric constant
13 struct Edge {
^
0_0_13813891_9412.cpp:10:6: error: 'edge' does not name a type
15 } edge[MAXN << 1];
^
0_0_13813891_9412.cpp:11:1: error: expected unqualified-id before numeric constant
16
^
0_0_13813891_9412.cpp:13:1: error: expected unqualified-id before numeric constant
18 int head[MAXN];
^
0_0_13813891_9412.cpp:14:1: error: expected unqualified-id before numeric constant
19
^
0_0_13813891_9412.cpp:21:1: error: expected unqualified-id before numeric constant
26
^
0_0_13813891_9412.cpp:23:1: error: expected unqualified-id before numeric constant
28 int dp[MAXN];
^
0_0_13813891_9412.cpp:24:1: error: expected unqualified-id before numeric constant
29
^
|