0_0_13809868_9357.cpp:2:4: error: stray '#' in program
2 #include<cstring>
^
0_0_13809868_9357.cpp:3:4: error: stray '#' in program
3 #include<cstdio>
^
0_0_13809868_9357.cpp:4:4: error: stray '#' in program
4 #define MAXV 100001
^
0_0_13809868_9357.cpp:5:4: error: stray '#' in program
5 #define MAXN 101
^
0_0_13809868_9357.cpp:6:4: error: stray '#' in program
6 #define INF -100000000
^
0_0_13809868_9357.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include<cstring>
^
0_0_13809868_9357.cpp:9:2: error: expected unqualified-id before numeric constant
9
^
0_0_13809868_9357.cpp:11:1: error: expected unqualified-id before numeric constant
11
^
0_0_13809868_9357.cpp:18:1: error: expected unqualified-id before numeric constant
18
^
0_0_13809868_9357.cpp:25:1: error: expected unqualified-id before numeric constant
25
^
|