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_37641622_29151.cpp: In function 'int main()':
0_0_37641622_29151.cpp:86:56: error: converting to 'std::vector<std::tuple<int, int, int> >::value_type {aka std::tuple<int, int, int>}' from initializer list would use explicit constructor 'constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {int&, int&, int&}; <template-parameter-2-2> = void; _Elements = {int, int, int}]'
    del[o1.in[n-y+1]-1].push_back({o0.in[x],o0.out[x],i});
                                                        ^
0_0_37641622_29151.cpp:87:55: error: converting to 'std::vector<std::tuple<int, int, int> >::value_type {aka std::tuple<int, int, int>}' from initializer list would use explicit constructor 'constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {int&, int&, int&}; <template-parameter-2-2> = void; _Elements = {int, int, int}]'
    add[o1.out[n-y+1]].push_back({o0.in[x],o0.out[x],i});
                                                       ^
0_0_37641622_29151.cpp:93:13: error: expected unqualified-id before '[' token
    for(auto&[l,r,id]:del[i])ans[id]-=tr.query(l,r);
             ^
0_0_37641622_29151.cpp:93:13: error: expected ';' before '[' token
0_0_37641622_29151.cpp:93:14: error: 'l' was not declared in this scope
    for(auto&[l,r,id]:del[i])ans[id]-=tr.query(l,r);
              ^
0_0_37641622_29151.cpp:93:16: error: 'r' was not declared in this scope
    for(auto&[l,r,id]:del[i])ans[id]-=tr.query(l,r);
                ^
0_0_37641622_29151.cpp:93:18: error: 'id' was not declared in this scope
    for(auto&[l,r,id]:del[i])ans[id]-=tr.query(l,r);
                  ^
0_0_37641622_29151.cpp: In lambda function:
0_0_37641622_29151.cpp:93:21: error: expected '{' before ':' token
    for(auto&[l,r,id]:del[i])ans[id]-=tr.query(l,r);
                     ^
0_0_37641622_29151.cpp: In function 'int main()':
0_0_37641622_29151.cpp:93:21: error: expected ';' before ':' token
0_0_37641622_29151.cpp:93:21: error: expected primary-expression before ':' token
0_0_37641622_29151.cpp:93:21: error: expected ')' before ':' token
0_0_37641622_29151.cpp:93:21: error: expected primary-expression before ':' token
0_0_37641622_29151.cpp:94:13: error: expected unqualified-id before '[' token
    for(auto&[l,r,id]:add[i])ans[id]+=tr.query(l,r);
             ^
0_0_37641622_29151.cpp:94:13: error: expected ';' before '[' token
0_0_37641622_29151.cpp:94:14: error: 'l' was not declared in this scope
    for(auto&[l,r,id]:add[i])ans[id]+=tr.query(l,r);
              ^
0_0_37641622_29151.cpp:94:16: error: 'r' was not declared in this scope
    for(auto&[l,r,id]:add[i])ans[id]+=tr.query(l,r);
                ^
0_0_37641622_29151.cpp:94:18: error: 'id' was not declared in this scope
    for(auto&[l,r,id]:add[i])ans[id]+=tr.query(l,r);
                  ^
0_0_37641622_29151.cpp: In lambda function:
0_0_37641622_29151.cpp:94:21: error: expected '{' before ':' token
    for(auto&[l,r,id]:add[i])ans[id]+=tr.query(l,r);
                     ^
0_0_37641622_29151.cpp: In function 'int main()':
0_0_37641622_29151.cpp:94:21: error: expected ';' before ':' token
0_0_37641622_29151.cpp:94:21: error: expected primary-expression before ':' token
0_0_37641622_29151.cpp:94:21: error: expected ')' before ':' token
0_0_37641622_29151.cpp:94:21: error: expected primary-expression before ':' token


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-06-29 03:57:50, Gzip enabled