0_0_13573195_25043.cpp:2:5: error: stray '#' in program
6 #include<cstdio>
^
0_0_13573195_25043.cpp:3:5: error: stray '#' in program
7 #include<cstring>
^
0_0_13573195_25043.cpp:4:5: error: stray '#' in program
8 #include<cstdlib>
^
0_0_13573195_25043.cpp:5:5: error: stray '#' in program
9 #include<queue>
^
0_0_13573195_25043.cpp:6:5: error: stray '#' in program
10 #define cha 26
^
0_0_13573195_25043.cpp:7:5: error: stray '#' in program
11 #define Root 0
^
0_0_13573195_25043.cpp:8:5: error: stray '#' in program
12 #define N 500001
^
0_0_13573195_25043.cpp:2:3: error: expected unqualified-id before numeric constant
6 #include<cstdio>
^
0_0_13573195_25043.cpp:10:2: error: expected unqualified-id before numeric constant
14 struct node{
^
0_0_13573195_25043.cpp:15:6: error: 'tree' does not name a type
19 }tree[N];
^
0_0_13573195_25043.cpp:16:2: error: expected unqualified-id before numeric constant
20
^
0_0_13573195_25043.cpp:24:2: error: expected unqualified-id before numeric constant
28
^
0_0_13573195_25043.cpp:26:2: error: expected unqualified-id before numeric constant
30 void Insert(char s[]){
^
|