0_0_13726342_1916.cpp:2:5: error: stray '#' in program
2 #include<cstdio>
^
0_0_13726342_1916.cpp:3:5: error: stray '#' in program
3 #include<cstring>
^
0_0_13726342_1916.cpp:4:5: error: stray '#' in program
4 #include<algorithm>
^
0_0_13726342_1916.cpp:5:5: error: stray '#' in program
5 #include<cmath>
^
0_0_13726342_1916.cpp:6:5: error: stray '#' in program
6 #include<queue>
^
0_0_13726342_1916.cpp:7:5: error: stray '#' in program
7 #include<stack>
^
0_0_13726342_1916.cpp:8:5: error: stray '#' in program
8 #include<string>
^
0_0_13726342_1916.cpp:9:5: error: stray '#' in program
9 #include<vector>
^
0_0_13726342_1916.cpp:10:5: error: stray '#' in program
10 #include<cstdlib>
^
0_0_13726342_1916.cpp:11:5: error: stray '#' in program
11 #include<map>
^
0_0_13726342_1916.cpp:12:5: error: stray '#' in program
12 #include<set>
^
0_0_13726342_1916.cpp:14:5: error: stray '#' in program
14 #define inf 0x3f3f3f3f
^
0_0_13726342_1916.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<cstdio>
^
0_0_13726342_1916.cpp:14:2: error: expected unqualified-id before numeric constant
14 #define inf 0x3f3f3f3f
^
0_0_13726342_1916.cpp:16:2: error: expected unqualified-id before numeric constant
16 int m,n,k,g[maxn][maxn],dis[maxn],pre[maxn],ans;
^
0_0_13726342_1916.cpp:17:2: error: expected unqualified-id before numeric constant
17 bool vis[maxn],link[maxn][maxn];//link[][]数组来保存在MST中的边
^
0_0_13726342_1916.cpp:18:2: error: expected unqualified-id before numeric constant
18 struct node
^
|