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_37740415_16236.cpp: In function 'void work(std::vector<std::pair<int, int> >&)':
0_0_37740415_16236.cpp:79:10: error: expected unqualified-id before '[' token
     auto [l, r] = tmp[0];
          ^
0_0_37740415_16236.cpp:81:13: error: 'r' was not declared in this scope
         if (r + 1 < tmp[i].first){
             ^
0_0_37740415_16236.cpp:82:31: error: 'l' was not declared in this scope
             node.emplace_back(l, 1);
                               ^
0_0_37740415_16236.cpp:88:9: error: 'r' was not declared in this scope
         r = max(r, tmp[i].second);
         ^
0_0_37740415_16236.cpp:90:23: error: 'l' was not declared in this scope
     node.emplace_back(l, 1);
                       ^
0_0_37740415_16236.cpp:91:23: error: 'r' was not declared in this scope
     node.emplace_back(r, -1);
                       ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-02-17 12:44:10, Gzip enabled