0_0_39117833_13296.cpp:1:3: error: stray '#' in program
1 | 1 #include<cstdio>
| ^
0_0_39117833_13296.cpp:2:4: error: stray '#' in program
2 | 2 #include<cstdlib>
| ^
0_0_39117833_13296.cpp:3:4: error: stray '#' in program
3 | 3 #include<cstring>
| ^
0_0_39117833_13296.cpp:4:4: error: stray '#' in program
4 | 4 #include<iostream>
| ^
0_0_39117833_13296.cpp:5:4: error: stray '#' in program
5 | 5 #include<algorithm>
| ^
0_0_39117833_13296.cpp:6:4: error: stray '#' in program
6 | 6 #include<queue>
| ^
0_0_39117833_13296.cpp:7:4: error: stray '#' in program
7 | 7 #include<cmath>
| ^
0_0_39117833_13296.cpp:9:4: error: stray '#' in program
9 | 9 #define LL long long
| ^
0_0_39117833_13296.cpp:1:1: error: expected unqualified-id before numeric constant
1 | 1 #include<cstdio>
| ^
0_0_39117833_13296.cpp:9:2: error: expected unqualified-id before numeric constant
9 | 9 #define LL long long
| ^
0_0_39117833_13296.cpp:12:1: error: expected unqualified-id before numeric constant
12 | 12 // 0 00 1 0x 2 x0 3 xx
| ^~
0_0_39117833_13296.cpp:14:1: error: expected unqualified-id before numeric constant
14 | 14 int m;
| ^~
0_0_39117833_13296.cpp:15:1: error: expected unqualified-id before numeric constant
15 | 15
| ^~
0_0_39117833_13296.cpp:49:1: error: expected unqualified-id before numeric constant
49 | 49
| ^~
0_0_39117833_13296.cpp:64:1: error: expected unqualified-id before '[' token
64 | [HDU 5456]
| ^
|