0_0_38596767_19297.cpp:3:5: error: stray '#' in program
2 #include<cstring>
^
0_0_38596767_19297.cpp:4:5: error: stray '#' in program
3 #include<algorithm>
^
0_0_38596767_19297.cpp:5:5: error: stray '#' in program
4 #define MAXN 103
^
0_0_38596767_19297.cpp:6:5: error: stray '#' in program
5 #define MAXM 11
^
0_0_38596767_19297.cpp:3:3: error: expected unqualified-id before numeric constant
2 #include<cstring>
^
0_0_38596767_19297.cpp:8:3: error: expected unqualified-id before numeric constant
7 int n,m;
^
0_0_38596767_19297.cpp:9:3: error: expected unqualified-id before numeric constant
8 int mp[MAXN];
^
0_0_38596767_19297.cpp:10:3: error: expected unqualified-id before numeric constant
9
^
0_0_38596767_19297.cpp:12:2: error: expected unqualified-id before numeric constant
11 struct State{
^~
0_0_38596767_19297.cpp:14:6: error: 'state' does not name a type; did you mean 'static'?
13 }state[63];
^~~~~
static
0_0_38596767_19297.cpp:15:2: error: expected unqualified-id before numeric constant
14
^~
0_0_38596767_19297.cpp:17:2: error: expected unqualified-id before numeric constant
16
^~
|