0_0_13716873_25309.cpp:2:4: error: stray '#' in program
2 #include <queue>
^
0_0_13716873_25309.cpp:87:1: error: stray '\270' in program
¸´ÖÆ´úÂë
^
0_0_13716873_25309.cpp:87:1: error: stray '\264' in program
0_0_13716873_25309.cpp:87:1: error: stray '\326' in program
0_0_13716873_25309.cpp:87:1: error: stray '\306' in program
0_0_13716873_25309.cpp:87:1: error: stray '\264' in program
0_0_13716873_25309.cpp:87:1: error: stray '\372' in program
0_0_13716873_25309.cpp:87:1: error: stray '\302' in program
0_0_13716873_25309.cpp:87:1: error: stray '\353' in program
0_0_13716873_25309.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include <queue>
^
0_0_13716873_25309.cpp:4:2: error: expected unqualified-id before numeric constant
4 const int MAX = 1100;
^
0_0_13716873_25309.cpp:5:2: error: expected unqualified-id before numeric constant
5 const int INF = 0x3fffffff;
^
0_0_13716873_25309.cpp:6:2: error: expected unqualified-id before numeric constant
6 struct Node
^
0_0_13716873_25309.cpp:11:1: error: expected unqualified-id before numeric constant
11 Node map[MAX][MAX];
^
0_0_13716873_25309.cpp:12:1: error: expected unqualified-id before numeric constant
12 Node dis[MAX];
^
0_0_13716873_25309.cpp:13:1: error: expected unqualified-id before numeric constant
13 bool used[MAX];
^
0_0_13716873_25309.cpp:14:1: error: expected unqualified-id before numeric constant
14 Node SPFA(int start,int end,int n)
^
|