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_17967048_16178.cpp:14:7: error: 'ing' does not name a type
 const ing maxn = 1000010;
       ^
0_0_17967048_16178.cpp:26:15: error: 'MAXN' was not declared in this scope
 vector<Edge>E[MAXN];
               ^
0_0_17967048_16178.cpp:27:10: error: 'MAXN' was not declared in this scope
 bool vis[MAXN];
          ^
0_0_17967048_16178.cpp:28:10: error: 'MAXN' was not declared in this scope
 int dist[MAXN];
          ^
0_0_17967048_16178.cpp: In function 'void dij(int, int)':
0_0_17967048_16178.cpp:30:12: error: 'vis' was not declared in this scope
     memset(vis,0,sizeof vis);
            ^
0_0_17967048_16178.cpp:31:26: error: 'dist' was not declared in this scope
     for(int i=1;i<=n;i++)dist[i]=inf;
                          ^
0_0_17967048_16178.cpp:34:5: error: 'dist' was not declared in this scope
     dist[start]=0;
     ^


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 14:36:42, Gzip enabled