0_0_19604623_16056.cpp:2:4: error: stray '#' in program
5 #include<string.h>
^
0_0_19604623_16056.cpp:3:4: error: stray '#' in program
6 #include<stdlib.h>
^
0_0_19604623_16056.cpp:4:4: error: stray '#' in program
7 #include<algorithm>
^
0_0_19604623_16056.cpp:5:4: error: stray '#' in program
8 #include<iostream>
^
0_0_19604623_16056.cpp:6:4: error: stray '#' in program
9 #include<queue>
^
0_0_19604623_16056.cpp:7:4: error: stray '#' in program
10 #include<stack>
^
0_0_19604623_16056.cpp:8:4: error: stray '#' in program
11 #include<math.h>
^
0_0_19604623_16056.cpp:9:4: error: stray '#' in program
12 #include<map>
^
0_0_19604623_16056.cpp:2:2: error: expected unqualified-id before numeric constant
5 #include<string.h>
^
0_0_19604623_16056.cpp:11:1: error: expected unqualified-id before numeric constant
14 const int maxn = 1005;
^
0_0_19604623_16056.cpp:12:1: error: expected unqualified-id before numeric constant
15 int main(){
^
|