0_0_13803153_32125.cpp:2:5: error: stray '#' in program
2 #include<cstring>
^
0_0_13803153_32125.cpp:3:5: error: stray '#' in program
3 #define MAXN 100010
^
0_0_13803153_32125.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<cstring>
^
0_0_13803153_32125.cpp:5:3: error: expected unqualified-id before numeric constant
5 int seq[MAXN], cnt;
^
0_0_13803153_32125.cpp:6:3: error: expected unqualified-id before numeric constant
6 int n;
^
0_0_13803153_32125.cpp:7:3: error: expected unqualified-id before numeric constant
7 bool vis[MAXN];
^
0_0_13803153_32125.cpp:8:3: error: expected unqualified-id before numeric constant
8 struct SplayTree {
^
|