0_0_13807479_21206.cpp:2:4: error: stray '#' in program
2 #include <cstdio>
^
0_0_13807479_21206.cpp:3:4: error: stray '#' in program
3 #include <cstring>
^
0_0_13807479_21206.cpp:4:4: error: stray '#' in program
4 #include <algorithm>
^
0_0_13807479_21206.cpp:8:4: error: stray '#' in program
8 #define MAXN 102
^
0_0_13807479_21206.cpp:14:4: error: stray '#' in program
14 #define HASH 9901
^
0_0_13807479_21206.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include <cstdio>
^
0_0_13807479_21206.cpp:7:2: error: expected unqualified-id before numeric constant
7
^
0_0_13807479_21206.cpp:11:1: error: expected unqualified-id before numeric constant
11 char s1[MAXN],s2[MAXN],s12[MAXN<<1],ans[MAXN<<1];
^
0_0_13807479_21206.cpp:12:1: error: expected unqualified-id before numeric constant
12
^
0_0_13807479_21206.cpp:16:1: error: expected unqualified-id before numeric constant
16 int len;
^
0_0_13807479_21206.cpp:17:1: error: expected unqualified-id before numeric constant
17 int ELFHash(char a[MAXN])
^
|