0_0_39728962_5168.cpp:1:3: error: stray '#' in program
1 | 1 #include<cstdio>
| ^
0_0_39728962_5168.cpp:2:4: error: stray '#' in program
2 | 2 #include<cstring>
| ^
0_0_39728962_5168.cpp:3:4: error: stray '#' in program
3 | 3 #include<cmath>
| ^
0_0_39728962_5168.cpp:4:4: error: stray '#' in program
4 | 4 #include<iostream>
| ^
0_0_39728962_5168.cpp:5:4: error: stray '#' in program
5 | 5 #include<algorithm>
| ^
0_0_39728962_5168.cpp:6:4: error: stray '#' in program
6 | 6 #include<set>
| ^
0_0_39728962_5168.cpp:7:4: error: stray '#' in program
7 | 7 #include<map>
| ^
0_0_39728962_5168.cpp:8:4: error: stray '#' in program
8 | 8 #include<stack>
| ^
0_0_39728962_5168.cpp:9:4: error: stray '#' in program
9 | 9 #include<vector>
| ^
0_0_39728962_5168.cpp:10:4: error: stray '#' in program
10 | 10 #include<queue>
| ^
0_0_39728962_5168.cpp:11:4: error: stray '#' in program
11 | 11 #include<string>
| ^
0_0_39728962_5168.cpp:12:4: error: stray '#' in program
12 | 12 #include<sstream>
| ^
0_0_39728962_5168.cpp:13:4: error: stray '#' in program
13 | 13 #define eps 1e-9
| ^
0_0_39728962_5168.cpp:14:4: error: stray '#' in program
14 | 14 #define FOR(i,j,k) for(int i=j;i<=k;i++)
| ^
0_0_39728962_5168.cpp:15:4: error: stray '#' in program
15 | 15 #define MAXN 1005
| ^
0_0_39728962_5168.cpp:16:4: error: stray '#' in program
16 | 16 #define MAXM 40005
| ^
0_0_39728962_5168.cpp:17:4: error: stray '#' in program
17 | 17 #define INF 0x3fffffff
| ^
0_0_39728962_5168.cpp:1:1: error: expected unqualified-id before numeric constant
1 | 1 #include<cstdio>
| ^
0_0_39728962_5168.cpp:14:35: error: 'i' does not name a type
14 | 14 #define FOR(i,j,k) for(int i=j;i<=k;i++)
| ^
0_0_39728962_5168.cpp:14:40: error: 'i' does not name a type
14 | 14 #define FOR(i,j,k) for(int i=j;i<=k;i++)
| ^
0_0_39728962_5168.cpp:19:1: error: expected unqualified-id before numeric constant
19 | 19 typedef long long LL;
| ^~
0_0_39728962_5168.cpp:20:1: error: expected unqualified-id before numeric constant
20 | 20 int i,j,k,n,m,x,y,T,ans,big,cas,num;
| ^~
0_0_39728962_5168.cpp:21:1: error: expected unqualified-id before numeric constant
21 | 21 bool flag;
| ^~
0_0_39728962_5168.cpp:22:1: error: expected unqualified-id before numeric constant
22 | 22 map <int , int> mp;
| ^~
0_0_39728962_5168.cpp:23:1: error: expected unqualified-id before numeric constant
23 | 23 set <int> st;
| ^~
0_0_39728962_5168.cpp:24:1: error: expected unqualified-id before numeric constant
24 | 24
| ^~
0_0_39728962_5168.cpp:26:1: error: expected unqualified-id before numeric constant
26 | 26 char c[8005],color[8010];
| ^~
0_0_39728962_5168.cpp:27:1: error: expected unqualified-id before numeric constant
27 | 27 int main()
| ^~
0_0_39728962_5168.cpp:87:1: error: expected unqualified-id before numeric constant
87 | 87
| ^~
|