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_38514306_17419.cpp: In member function 'void directed_mst<Cost>::push(int)':
0_0_38514306_17419.cpp:96:30: error: expected ')' before ';' token
         if (auto l = left_[u]; ~l) lazy_[l] += lazy_[u];
                              ^
0_0_38514306_17419.cpp:96:33: error: 'l' was not declared in this scope
         if (auto l = left_[u]; ~l) lazy_[l] += lazy_[u];
                                 ^
0_0_38514306_17419.cpp:97:31: error: expected ')' before ';' token
         if (auto r = right_[u]; ~r) lazy_[r] += lazy_[u];
                               ^
0_0_38514306_17419.cpp:97:34: error: 'r' was not declared in this scope
         if (auto r = right_[u]; ~r) lazy_[r] += lazy_[u];
                                  ^


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-31 15:25:02, Gzip enabled