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_37761793_17872.cpp: In function 'void solve()':
0_0_37761793_17872.cpp:11:14: error: converting to 'std::tuple<long long int, long long int, long long int>' from initializer list would use explicit constructor 'constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {long long int&, long long int&, long long int&}; <template-parameter-2-2> = void; _Elements = {long long int, long long int, long long int}]'
         a[i] = {w, x, y};
              ^
0_0_37761793_17872.cpp:16:14: error: expected unqualified-id before '[' token
         auto [w, x, y] = a[i];
              ^
0_0_37761793_17872.cpp:17:46: error: 'x' was not declared in this scope
         sufMax[1][i] = max(sufMax[1][i + 1], x + y);
                                              ^
0_0_37761793_17872.cpp:17:50: error: 'y' was not declared in this scope
         sufMax[1][i] = max(sufMax[1][i + 1], x + y);
                                                  ^
0_0_37761793_17872.cpp:32:18: error: expected unqualified-id before '[' token
             auto [w, X, Y] = a[mid];
                  ^
0_0_37761793_17872.cpp:33:24: error: 'w' was not declared in this scope
             if (Max <= w) {
                        ^


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-25 22:28:53, Gzip enabled