0_0_35174994_22644.cpp:3:4: error: stray '#' in program
1 #include<iostream>
^
0_0_35174994_22644.cpp:4:4: error: stray '#' in program
2 #include<vector>
^
0_0_35174994_22644.cpp:5:4: error: stray '#' in program
3 #include<queue>
^
0_0_35174994_22644.cpp:1:1: error: 'View' does not name a type
View Code
^
0_0_35174994_22644.cpp:7:2: error: expected unqualified-id before numeric constant
5 typedef long long ll;
^
0_0_35174994_22644.cpp:8:2: error: expected unqualified-id before numeric constant
6 const ll inf=1e60;
^
0_0_35174994_22644.cpp:9:2: error: expected unqualified-id before numeric constant
7 using namespace std;
^
0_0_35174994_22644.cpp:10:2: error: expected unqualified-id before numeric constant
8 struct Node{
^
0_0_35174994_22644.cpp:13:1: error: expected unqualified-id before numeric constant
11 vector<Node>mp1[MAXN];//正向建图
^
0_0_35174994_22644.cpp:14:1: error: expected unqualified-id before numeric constant
12 vector<Node>mp2[MAXN];//反向建图
^
0_0_35174994_22644.cpp:15:1: error: expected unqualified-id before numeric constant
13 int n,m;
^
0_0_35174994_22644.cpp:16:1: error: expected unqualified-id before numeric constant
14 ll cost[MAXN];
^
0_0_35174994_22644.cpp:17:1: error: expected unqualified-id before numeric constant
15
^
|