0_0_33326696_10377.cpp:1:4: error: stray '#' in program
1. #include<iostream>
^
0_0_33326696_10377.cpp:2:4: error: stray '#' in program
2. #include<cstdio>
^
0_0_33326696_10377.cpp:3:4: error: stray '#' in program
3. #include<cstring>
^
0_0_33326696_10377.cpp:4:4: error: stray '#' in program
4. #include<algorithm>
^
0_0_33326696_10377.cpp:5:4: error: stray '#' in program
5. #include<queue>
^
0_0_33326696_10377.cpp:9:4: error: stray '#' in program
9. #define data 100000000
^
0_0_33326696_10377.cpp:1:1: error: expected unqualified-id before numeric constant
1. #include<iostream>
^
0_0_33326696_10377.cpp:7:1: error: expected unqualified-id before numeric constant
7. const int nv=50006;
^
0_0_33326696_10377.cpp:8:1: error: expected unqualified-id before numeric constant
8. const int ne=2505010;
^
0_0_33326696_10377.cpp:9:1: error: expected unqualified-id before numeric constant
9. #define data 100000000
^
0_0_33326696_10377.cpp:11:1: error: expected unqualified-id before numeric constant
11. double M;
^
0_0_33326696_10377.cpp:12:1: error: expected unqualified-id before numeric constant
12. struct Dijkstra
^
|