0_0_29481923_2173.cpp:3:5: error: stray '#' in program
2 #include <iostream>
^
0_0_29481923_2173.cpp:5:5: error: stray '#' in program
3 #include <algorithm>
^
0_0_29481923_2173.cpp:7:5: error: stray '#' in program
4 #include <cstring>
^
0_0_29481923_2173.cpp:9:5: error: stray '#' in program
5 #include <cmath>
^
0_0_29481923_2173.cpp:3:3: error: expected unqualified-id before numeric constant
2 #include <iostream>
^
0_0_29481923_2173.cpp:13:3: error: expected unqualified-id before numeric constant
7
^
0_0_29481923_2173.cpp:17:3: error: expected unqualified-id before numeric constant
9 const int INF = 0x3f3f3f3f;
^
0_0_29481923_2173.cpp:19:2: error: expected unqualified-id before numeric constant
10
^
0_0_29481923_2173.cpp:23:2: error: expected unqualified-id before numeric constant
12 int label[MAXN], hash[MAXN], tmp[MAXN];
^
0_0_29481923_2173.cpp:25:2: error: expected unqualified-id before numeric constant
13 int n, k, T;
^
0_0_29481923_2173.cpp:27:2: error: expected unqualified-id before numeric constant
14
^
0_0_29481923_2173.cpp:31:2: error: expected unqualified-id before numeric constant
16 int to[MAXN << 1], next[MAXN << 1];
^
0_0_29481923_2173.cpp:33:2: error: expected unqualified-id before numeric constant
17
^
0_0_29481923_2173.cpp:43:2: error: expected unqualified-id before numeric constant
22
^
0_0_29481923_2173.cpp:53:2: error: expected unqualified-id before numeric constant
27
^
0_0_29481923_2173.cpp:57:2: error: expected unqualified-id before numeric constant
29
^
|