F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_28449221_3995.cpp:13:1: error: stray '\241' in program
 using namespace std;Ąż
 ^
0_0_28449221_3995.cpp:13:1: error: stray '\277' in program
0_0_28449221_3995.cpp: In function 'void Dijkstra(int)':
0_0_28449221_3995.cpp:25:17: error: incompatible types in assignment of 'int' to 'int [1005]'
         cost_len=map_len[start][i];
                 ^
0_0_28449221_3995.cpp:26:18: error: incompatible types in assignment of 'int' to 'int [1005]'
         cost_time=map_time[start][i];
                  ^
0_0_28449221_3995.cpp:39:17: error: 'pos' was not declared in this scope
                 pos =j;
                 ^
0_0_28449221_3995.cpp:44:13: error: 'pos' was not declared in this scope
         vis[pos]=true;
             ^
0_0_28449221_3995.cpp: In function 'int main()':
0_0_28449221_3995.cpp:91:21: error: too many arguments to function 'void Dijkstra(int)'
         Dijkstra(s,e);
                     ^
0_0_28449221_3995.cpp:20:6: note: declared here
 void Dijkstra(int start)
      ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-26 09:37:58, Gzip enabled