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_14674694_24216.cpp: In function 'void AddEdge(int, int)':
0_0_14674694_24216.cpp:60:7: error: 'struct Edge' has no member named 'id'
     E.id=tot;
       ^
0_0_14674694_24216.cpp:67:7: error: 'struct Edge' has no member named 'id'
     E.id=tot;
       ^
0_0_14674694_24216.cpp: In function 'int Tarjan(int, int)':
0_0_14674694_24216.cpp:82:48: error: '__gnu_cxx::__alloc_traits<std::allocator<Edge> >::value_type' has no member named 'id'
             int lowv=Tarjan(edge[B].to,edge[B].id);
                                                ^
0_0_14674694_24216.cpp:96:24: error: '__gnu_cxx::__alloc_traits<std::allocator<Edge> >::value_type' has no member named 'id'
             if(edge[B].id/2==id/2) continue;
                        ^
0_0_14674694_24216.cpp: In function 'void Dfs(int, int)':
0_0_14674694_24216.cpp:110:26: error: '__gnu_cxx::__alloc_traits<std::allocator<Edge> >::value_type' has no member named 'id'
         if(!flag[edge[B].id/2]&&!TxT[edge[B].to])
                          ^
0_0_14674694_24216.cpp:113:26: error: '__gnu_cxx::__alloc_traits<std::allocator<Edge> >::value_type' has no member named 'id'
             flag[edge[B].id/2]=1;
                          ^
0_0_14674694_24216.cpp: In function 'void Slove()':
0_0_14674694_24216.cpp:127:26: error: '__gnu_cxx::__alloc_traits<std::allocator<Edge> >::value_type' has no member named 'id'
             flag[edge[i].id/2]=1;
                          ^


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-10-25 20:22:56, Gzip enabled