0_0_17566745_7866.cpp:1:31: error: stray '#' in program
<span style="font-size:14px;">#include<cstdio>
^
0_0_17566745_7866.cpp:1:1: error: expected unqualified-id before '<' token
<span style="font-size:14px;">#include<cstdio>
^
0_0_17566745_7866.cpp: In function 'void dijkstra(int, int)':
0_0_17566745_7866.cpp:44:40: error: 'printf' was not declared in this scope
printf("%d %d\n",dis[end],cost[end]);
^
0_0_17566745_7866.cpp: In function 'int main()':
0_0_17566745_7866.cpp:50:26: error: 'scanf' was not declared in this scope
while(scanf("%d%d",&n,&m)&&n||m)
^
0_0_17566745_7866.cpp: At global scope:
0_0_17566745_7866.cpp:77:2: error: expected unqualified-id before '<' token
}</span>
^
|