0_0_19609494_4792.cpp:2:4: error: stray '#' in program
6 #include<cstdio>
^
0_0_19609494_4792.cpp:3:4: error: stray '#' in program
7 #include<cstring>
^
0_0_19609494_4792.cpp:4:4: error: stray '#' in program
8 #include<algorithm>
^
0_0_19609494_4792.cpp:5:4: error: stray '#' in program
9 #include<cmath>
^
0_0_19609494_4792.cpp:6:4: error: stray '#' in program
10 #include<queue>
^
0_0_19609494_4792.cpp:7:4: error: stray '#' in program
11 #include<stack>
^
0_0_19609494_4792.cpp:8:4: error: stray '#' in program
12 #include<string>
^
0_0_19609494_4792.cpp:9:4: error: stray '#' in program
13 #include<vector>
^
0_0_19609494_4792.cpp:10:4: error: stray '#' in program
14 #include<cstdlib>
^
0_0_19609494_4792.cpp:11:4: error: stray '#' in program
15 #include<map>
^
0_0_19609494_4792.cpp:12:4: error: stray '#' in program
16 #include<set>
^
0_0_19609494_4792.cpp:14:4: error: stray '#' in program
18 #define CL(x,v) memset(x,v,sizeof(x));
^
0_0_19609494_4792.cpp:2:2: error: expected unqualified-id before numeric constant
6 #include<cstdio>
^
0_0_19609494_4792.cpp:14:1: error: expected unqualified-id before numeric constant
18 #define CL(x,v) memset(x,v,sizeof(x));
^
0_0_19609494_4792.cpp:15:1: error: expected unqualified-id before numeric constant
19
^
0_0_19609494_4792.cpp:17:1: error: expected unqualified-id before numeric constant
21
^
|