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_39080373_12930.cpp:13:5: error: 'll' does not name a type
   13 |     ll dis;
      |     ^~
0_0_39080373_12930.cpp: In function 'bool operator<(const node&, const node&)':
0_0_39080373_12930.cpp:18:14: error: 'const struct node' has no member named 'dis'
   18 |     return a.dis >b.dis;
      |              ^~~
0_0_39080373_12930.cpp:18:21: error: 'const struct node' has no member named 'dis'
   18 |     return a.dis >b.dis;
      |                     ^~~
0_0_39080373_12930.cpp: At global scope:
0_0_39080373_12930.cpp:23:1: error: 'll' does not name a type
   23 | ll g[N][N];
      | ^~
0_0_39080373_12930.cpp:24:1: error: 'll' does not name a type
   24 | ll Bfs()
      | ^~
0_0_39080373_12930.cpp: In function 'int main()':
0_0_39080373_12930.cpp:57:17: error: 'g' was not declared in this scope
   57 |                 g[i][j] = inf;
      |                 ^
0_0_39080373_12930.cpp:64:17: error: 'll' was not declared in this scope
   64 |                 ll td;
      |                 ^~
0_0_39080373_12930.cpp:65:38: error: 'td' was not declared in this scope; did you mean 'ta'?
   65 |                 scanf("%d%I64d",&ta,&td);
      |                                      ^~
      |                                      ta
0_0_39080373_12930.cpp:66:17: error: 'g' was not declared in this scope
   66 |                 g[i][ta] = min(g[i][ta],td);
      |                 ^
0_0_39080373_12930.cpp:69:26: error: 'Bfs' was not declared in this scope
   69 |         printf("%I64d\n",Bfs());
      |                          ^~~


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-25 16:23:37, Gzip enabled