0_0_13720902_11048.cpp:2:5: error: stray '#' in program
2 #include<cstdio>
^
0_0_13720902_11048.cpp:3:5: error: stray '#' in program
3 #include<cstring>
^
0_0_13720902_11048.cpp:4:5: error: stray '#' in program
4 #include<cmath>
^
0_0_13720902_11048.cpp:5:5: error: stray '#' in program
5 #include<queue>
^
0_0_13720902_11048.cpp:7:5: error: stray '#' in program
7 #define MAXN 1000007
^
0_0_13720902_11048.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<cstdio>
^
0_0_13720902_11048.cpp:7:3: error: expected unqualified-id before numeric constant
7 #define MAXN 1000007
^
0_0_13720902_11048.cpp:9:3: error: expected unqualified-id before numeric constant
9 ll Hash[MAXN];
^
0_0_13720902_11048.cpp:10:2: error: expected unqualified-id before numeric constant
10
^
|