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_38781732_31633.cpp: In function 'void add(int, int, int)':
0_0_38781732_31633.cpp:20:5: error: 'e' was not declared in this scope; did you mean 'std::numbers::e'?
   20 |     e[cnt]=(Edge){v,w,head[u]};head[u]=cnt++;
      |     ^
      |     std::numbers::e
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/max_size_type.h:37,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_base.h:39,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_algobase.h:38,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_algo.h:38,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/algorithm:63,
                 from .\stdc++.h:51:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/numbers:122:27: note: 'std::numbers::e' declared here
  122 |   inline constexpr double e = e_v<double>;
      |                           ^
0_0_38781732_31633.cpp:20:13: error: 'Edge' was not declared in this scope; did you mean 'dge'?
   20 |     e[cnt]=(Edge){v,w,head[u]};head[u]=cnt++;
      |             ^~~~
      |             dge
0_0_38781732_31633.cpp: In function 'void dij(int)':
0_0_38781732_31633.cpp:35:41: error: 'edge' was not declared in this scope; did you mean 'dge'?
   35 |         for(int i=head[now.loc];i!=-1;i=edge[i].nxt){
      |                                         ^~~~
      |                                         dge


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-09-28 15:21:10, Gzip enabled