0_0_39168905_6943.cpp:1:3: error: stray '#' in program
1 | 1 #include<bits/stdc++.h>
| ^
0_0_39168905_6943.cpp:2:4: error: stray '#' in program
2 | 2 #define LL long long
| ^
0_0_39168905_6943.cpp:3:4: error: stray '#' in program
3 | 3 #define fi first
| ^
0_0_39168905_6943.cpp:4:4: error: stray '#' in program
4 | 4 #define se second
| ^
0_0_39168905_6943.cpp:5:4: error: stray '#' in program
5 | 5 #define mk make_pair
| ^
0_0_39168905_6943.cpp:1:1: error: expected unqualified-id before numeric constant
1 | 1 #include<bits/stdc++.h>
| ^
0_0_39168905_6943.cpp:7:2: error: expected unqualified-id before numeric constant
7 | 7
| ^
0_0_39168905_6943.cpp:9:2: error: expected unqualified-id before numeric constant
9 | 9 const int M=100+7;
| ^
0_0_39168905_6943.cpp:10:1: error: expected unqualified-id before numeric constant
10 | 10 const int inf=0x3f3f3f3f;
| ^~
0_0_39168905_6943.cpp:11:1: error: expected unqualified-id before numeric constant
11 | 11 const LL INF=0x3f3f3f3f3f3f3f3f;
| ^~
0_0_39168905_6943.cpp:12:1: error: expected unqualified-id before numeric constant
12 | 12 const int mod=1e9 + 9;
| ^~
0_0_39168905_6943.cpp:13:1: error: expected unqualified-id before numeric constant
13 | 13
| ^~
0_0_39168905_6943.cpp:15:1: error: expected unqualified-id before numeric constant
15 | 15 bool flag[N];
| ^~
0_0_39168905_6943.cpp:16:1: error: expected unqualified-id before numeric constant
16 | 16
| ^~
0_0_39168905_6943.cpp:22:1: error: expected unqualified-id before numeric constant
22 | 22
| ^~
0_0_39168905_6943.cpp:47:1: error: expected unqualified-id before numeric constant
47 | 47 /***************
| ^~
|