0_0_18476174_8491.cpp:2:5: error: stray '#' in program
2 #include <cstdio>
^
0_0_18476174_8491.cpp:3:5: error: stray '#' in program
3 #include <string>
^
0_0_18476174_8491.cpp:4:5: error: stray '#' in program
4 #include <cstring>
^
0_0_18476174_8491.cpp:5:5: error: stray '#' in program
5 #include <algorithm>
^
0_0_18476174_8491.cpp:6:5: error: stray '#' in program
6 #include <vector>
^
0_0_18476174_8491.cpp:7:5: error: stray '#' in program
7 #include <map>
^
0_0_18476174_8491.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include <cstdio>
^
0_0_18476174_8491.cpp:10:2: error: expected unqualified-id before numeric constant
10 const int MAX = 100000 + 10;
^
0_0_18476174_8491.cpp:11:2: error: expected unqualified-id before numeric constant
11 const int INF = 0x7fffffff;
^
0_0_18476174_8491.cpp:12:2: error: expected unqualified-id before numeric constant
12
^
0_0_18476174_8491.cpp:17:6: error: 'Tree' does not name a type
17 }Tree[MAX * 10];
^
0_0_18476174_8491.cpp:18:2: error: expected unqualified-id before numeric constant
18 int N, Q, End;
^
0_0_18476174_8491.cpp:19:2: error: expected unqualified-id before numeric constant
19 int Next[MAX];
^
0_0_18476174_8491.cpp:20:2: error: expected unqualified-id before numeric constant
20 int B[MAX], E[MAX];
^
0_0_18476174_8491.cpp:21:2: error: expected unqualified-id before numeric constant
21 int MinDescendant[MAX], MinSon1[MAX], MinSon2[MAX];
^
0_0_18476174_8491.cpp:22:2: error: expected unqualified-id before numeric constant
22 int Time;
^
0_0_18476174_8491.cpp:23:2: error: expected unqualified-id before numeric constant
23
^
|