0_0_34938944_17228.cpp:1:4: error: stray '#' in program
1 #include<stdio.h>
^
0_0_34938944_17228.cpp:2:4: error: stray '#' in program
2 #include<stdlib.h>
^
0_0_34938944_17228.cpp:3:4: error: stray '#' in program
3 #include<string.h>
^
0_0_34938944_17228.cpp:4:4: error: stray '#' in program
4 #include<queue>
^
0_0_34938944_17228.cpp:5:4: error: stray '#' in program
5 #include<algorithm>
^
0_0_34938944_17228.cpp:6:4: error: stray '#' in program
6 #include<cmath>
^
0_0_34938944_17228.cpp:7:4: error: stray '#' in program
7 #include<iostream>
^
0_0_34938944_17228.cpp:12:4: error: stray '#' in program
12 #define INF 0x3f3f3f3f
^
0_0_34938944_17228.cpp:13:4: error: stray '#' in program
13 #define N 22000
^
0_0_34938944_17228.cpp:14:4: error: stray '#' in program
14 #define MAXN 100000000
^
0_0_34938944_17228.cpp:15:4: error: stray '#' in program
15 #define mod 1000000007
^
0_0_34938944_17228.cpp:1:2: error: expected unqualified-id before numeric constant
1 #include<stdio.h>
^
0_0_34938944_17228.cpp:10:1: error: expected unqualified-id before numeric constant
10 typedef long long LL;
^
0_0_34938944_17228.cpp:11:1: error: expected unqualified-id before numeric constant
11
^
0_0_34938944_17228.cpp:18:1: error: expected unqualified-id before numeric constant
18
^
|