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_36960405_9599.cpp: In function 'void solve()':
0_0_36960405_9599.cpp:39:14: error: expected unqualified-id before '[' token
         auto [k1, i1] = S.top();
              ^
0_0_36960405_9599.cpp:40:13: error: 'k1' was not declared in this scope
         if (k1 == 1) break;
             ^
0_0_36960405_9599.cpp:42:14: error: expected unqualified-id before '[' token
         auto [k2, i2] = S.top();
              ^
0_0_36960405_9599.cpp:43:13: error: 'k1' was not declared in this scope
         if (k1 == k2) {
             ^
0_0_36960405_9599.cpp:43:19: error: 'k2' was not declared in this scope
         if (k1 == k2) {
                   ^
0_0_36960405_9599.cpp:45:22: error: 'i1' was not declared in this scope
             dj.merge(i1, i2);
                      ^
0_0_36960405_9599.cpp:45:26: error: 'i2' was not declared in this scope
             dj.merge(i1, i2);
                          ^
0_0_36960405_9599.cpp:49:10: error: expected unqualified-id before '[' token
     auto [k1, i1] = S.top();
          ^
0_0_36960405_9599.cpp:51:10: error: expected unqualified-id before '[' token
     auto [k2, i2] = S.top();
          ^
0_0_36960405_9599.cpp:52:9: error: 'k1' was not declared in this scope
     if (k1 == 1 && k2 == 1) {
         ^
0_0_36960405_9599.cpp:52:20: error: 'k2' was not declared in this scope
     if (k1 == 1 && k2 == 1) {
                    ^
0_0_36960405_9599.cpp:54:18: error: 'i1' was not declared in this scope
         dj.merge(i1, N);
                  ^
0_0_36960405_9599.cpp:55:18: error: 'i2' was not declared in this scope
         dj.merge(i2, N + 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-11-27 00:11:42, Gzip enabled