0_0_19609592_4219.cpp:2:4: error: stray '#' in program
2 #include <cstdio>
^
0_0_19609592_4219.cpp:3:4: error: stray '#' in program
3 #include <cstdlib>
^
0_0_19609592_4219.cpp:4:4: error: stray '#' in program
4 #include <string>
^
0_0_19609592_4219.cpp:5:4: error: stray '#' in program
5 #include <cstring>
^
0_0_19609592_4219.cpp:6:4: error: stray '#' in program
6 #include <cmath>
^
0_0_19609592_4219.cpp:7:4: error: stray '#' in program
7 #include <ctime>
^
0_0_19609592_4219.cpp:9:4: error: stray '#' in program
9 #define MAXN 1010
^
0_0_19609592_4219.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include <cstdio>
^
0_0_19609592_4219.cpp:9:2: error: expected unqualified-id before numeric constant
9 #define MAXN 1010
^
0_0_19609592_4219.cpp:11:1: error: expected unqualified-id before numeric constant
11
^
|