0_0_13795047_22452.cpp:2:6: error: stray '#' in program
2 #include<string.h>
^
0_0_13795047_22452.cpp:3:6: error: stray '#' in program
3 #include<stdlib.h>
^
0_0_13795047_22452.cpp:4:6: error: stray '#' in program
4 #include<queue>
^
0_0_13795047_22452.cpp:5:6: error: stray '#' in program
5 #include<algorithm>
^
0_0_13795047_22452.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<string.h>
^
0_0_13795047_22452.cpp:7:3: error: expected unqualified-id before numeric constant
7 const int maxn = 1105;
^
0_0_13795047_22452.cpp:8:3: error: expected unqualified-id before numeric constant
8 const int maxm = 110005;
^
0_0_13795047_22452.cpp:9:3: error: expected unqualified-id before numeric constant
9 const int inf = 1000000000;
^
0_0_13795047_22452.cpp:10:2: error: expected unqualified-id before numeric constant
10 struct node{
^
0_0_13795047_22452.cpp:12:7: error: 'edge' does not name a type
12 }edge[ maxm ];
^
0_0_13795047_22452.cpp:13:2: error: expected unqualified-id before numeric constant
13 int head[ maxn ],cnt;
^
0_0_13795047_22452.cpp:14:2: error: expected unqualified-id before numeric constant
14 int n;
^
0_0_13795047_22452.cpp:15:2: error: expected unqualified-id before numeric constant
15 int dis[ maxn ],vis[ maxn ];
^
0_0_13795047_22452.cpp:16:2: error: expected unqualified-id before numeric constant
16 struct node3{
^
0_0_13795047_22452.cpp:18:7: error: 'path' does not name a type
18 }path[ maxn ];
^
0_0_13795047_22452.cpp:19:2: error: expected unqualified-id before numeric constant
19 struct node2{
^
0_0_13795047_22452.cpp:21:7: error: 'road' does not name a type
21 }road[ maxm ];
^
0_0_13795047_22452.cpp:22:2: error: expected unqualified-id before numeric constant
22 void init(){
^
0_0_13795047_22452.cpp:29:2: error: expected unqualified-id before numeric constant
29 void addedge( int a,int b,int c ){
^
0_0_13795047_22452.cpp:35:2: error: expected unqualified-id before numeric constant
35 void spfa( int s ){
^
|