0_0_13823874_6116.cpp:2:4: error: stray '#' in program
6 #include <algorithm>
^
0_0_13823874_6116.cpp:3:4: error: stray '#' in program
7 #include <cstring>
^
0_0_13823874_6116.cpp:4:4: error: stray '#' in program
8 #include <cmath>
^
0_0_13823874_6116.cpp:5:4: error: stray '#' in program
9 #include <vector>
^
0_0_13823874_6116.cpp:6:4: error: stray '#' in program
10 #include <queue>
^
0_0_13823874_6116.cpp:7:4: error: stray '#' in program
11 #include <set>
^
0_0_13823874_6116.cpp:2:2: error: expected unqualified-id before numeric constant
6 #include <algorithm>
^
0_0_13823874_6116.cpp:9:1: error: expected unqualified-id before numeric constant
13
^
0_0_13823874_6116.cpp:11:1: error: expected unqualified-id before numeric constant
15 const int MAXM = 1e2 + 10;
^
0_0_13823874_6116.cpp:12:1: error: expected unqualified-id before numeric constant
16 const int INF = 0x3f3f3f3f;
^
0_0_13823874_6116.cpp:13:1: error: expected unqualified-id before numeric constant
17 int n, m;
^
0_0_13823874_6116.cpp:14:1: error: expected unqualified-id before numeric constant
18 int a[MAXN][MAXN];
^
0_0_13823874_6116.cpp:15:1: error: expected unqualified-id before numeric constant
19 vector<pair<int, int> > G[MAXM];
^
0_0_13823874_6116.cpp:16:1: error: expected unqualified-id before numeric constant
20 struct UF
^
|