0_0_18476215_4679.cpp:2:5: error: stray '#' in program
2 #include<cstring>
^
0_0_18476215_4679.cpp:3:5: error: stray '#' in program
3 #include<queue>
^
0_0_18476215_4679.cpp:4:5: error: stray '#' in program
4 #include<iostream>
^
0_0_18476215_4679.cpp:5:5: error: stray '#' in program
5 #include<algorithm>
^
0_0_18476215_4679.cpp:6:5: error: stray '#' in program
6 #define MAXN 300010
^
0_0_18476215_4679.cpp:7:5: error: stray '#' in program
7 #define MAXM 600010
^
0_0_18476215_4679.cpp:8:5: error: stray '#' in program
8 #define CLEAR(a,b) memset(a,b,sizeof(a))
^
0_0_18476215_4679.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<cstring>
^
0_0_18476215_4679.cpp:10:2: error: expected unqualified-id before numeric constant
10 int first[MAXN], next[MAXM], v[MAXM], e;
^
0_0_18476215_4679.cpp:11:2: error: expected unqualified-id before numeric constant
11 bool vis[MAXN];
^
0_0_18476215_4679.cpp:12:2: error: expected unqualified-id before numeric constant
12 struct LCT {
^
|