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_29610175_10593.cpp: In function 'void Dij(int, int)':
0_0_29610175_10593.cpp:15:20: error: 's' was not declared in this scope
         dis[i]=map[s][i];
                    ^
0_0_29610175_10593.cpp:18:11: error: 's' was not declared in this scope
     visit[s]=true;
           ^
0_0_29610175_10593.cpp:25:34: error: 'minn' was not declared in this scope
             if(!visit[j]&&dis[j]<minn)
                                  ^
0_0_29610175_10593.cpp:26:30: error: overloaded function with no contextual type information
                 minn=dis[next=j];
                              ^
0_0_29610175_10593.cpp:28:15: error: 'p' was not declared in this scope
         visit[p]=true;
               ^
0_0_29610175_10593.cpp: In function 'int main()':
0_0_29610175_10593.cpp:51:16: error: 'z' was not declared in this scope
             if(z<map[v1][v2])
                ^


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 17:11:59, Gzip enabled