0_0_27312240_30654.cpp:2:4: error: stray '#' in program
2 #include<algorithm>
^
0_0_27312240_30654.cpp:3:4: error: stray '#' in program
3 #include<cstring>
^
0_0_27312240_30654.cpp:4:4: error: stray '#' in program
4 #include<cstdio>
^
0_0_27312240_30654.cpp:5:4: error: stray '#' in program
5 #include<vector>
^
0_0_27312240_30654.cpp:6:4: error: stray '#' in program
6 #include<stack>
^
0_0_27312240_30654.cpp:7:4: error: stray '#' in program
7 #include<queue>
^
0_0_27312240_30654.cpp:8:4: error: stray '#' in program
8 #include<cmath>
^
0_0_27312240_30654.cpp:9:4: error: stray '#' in program
9 #include<map>
^
0_0_27312240_30654.cpp:10:4: error: stray '#' in program
10 #include<set>
^
0_0_27312240_30654.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include<algorithm>
^
0_0_27312240_30654.cpp:12:1: error: expected unqualified-id before numeric constant
12 typedef long long ll;
^
0_0_27312240_30654.cpp:13:1: error: expected unqualified-id before numeric constant
13 typedef pair<int,int> pll;
^
0_0_27312240_30654.cpp:14:1: error: expected unqualified-id before numeric constant
14 const int INF = 0x3f3f3f3f;
^
0_0_27312240_30654.cpp:15:1: error: expected unqualified-id before numeric constant
15 const int maxn = 1e5 + 5;
^
0_0_27312240_30654.cpp:16:1: error: expected unqualified-id before numeric constant
16
^
0_0_27312240_30654.cpp:18:1: error: expected unqualified-id before numeric constant
18 int n, m;
^
0_0_27312240_30654.cpp:19:1: error: expected unqualified-id before numeric constant
19 int a[10];
^
0_0_27312240_30654.cpp:20:1: error: expected unqualified-id before numeric constant
20 bool unable[10][10];
^
0_0_27312240_30654.cpp:21:1: error: expected unqualified-id before numeric constant
21 bool vis[10];
^
0_0_27312240_30654.cpp:22:1: error: expected unqualified-id before numeric constant
22 int mark[10];
^
0_0_27312240_30654.cpp:23:1: error: expected unqualified-id before numeric constant
23
^
0_0_27312240_30654.cpp:25:1: error: expected unqualified-id before numeric constant
25
^
|