0_0_38278380_9926.cpp:2:5: error: stray '#' in program
2 #include <stdio.h>
^
0_0_38278380_9926.cpp:3:5: error: stray '#' in program
3 #include <math.h>
^
0_0_38278380_9926.cpp:4:5: error: stray '#' in program
4 #include <algorithm>
^
0_0_38278380_9926.cpp:5:5: error: stray '#' in program
5 #define MAXN 105
^
0_0_38278380_9926.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include <stdio.h>
^
0_0_38278380_9926.cpp:7:3: error: expected unqualified-id before numeric constant
7 int cas,n,m;
^
0_0_38278380_9926.cpp:8:3: error: expected unqualified-id before numeric constant
8 char s[12];
^
0_0_38278380_9926.cpp:9:3: error: expected unqualified-id before numeric constant
9 int next[MAXN][8],flag[MAXN],fail[MAXN],pos;
^
0_0_38278380_9926.cpp:10:2: error: expected unqualified-id before numeric constant
10 int newnode(){
^
0_0_38278380_9926.cpp:15:2: error: expected unqualified-id before numeric constant
15 void insert(char *s){
^
|