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_37487783_8839.cpp: In function 'void dfs(long long int, long long int, long long int)':
0_0_37487783_8839.cpp:14:14: error: expected unqualified-id before '[' token
     for(auto [v,a,b]:g[u])
              ^
0_0_37487783_8839.cpp:14:14: error: expected ';' before '[' token
0_0_37487783_8839.cpp:14:15: error: 'v' was not declared in this scope
     for(auto [v,a,b]:g[u])
               ^
0_0_37487783_8839.cpp:14:17: error: 'a' was not declared in this scope
     for(auto [v,a,b]:g[u])
                 ^
0_0_37487783_8839.cpp:14:19: error: 'b' was not declared in this scope
     for(auto [v,a,b]:g[u])
                   ^
0_0_37487783_8839.cpp: In lambda function:
0_0_37487783_8839.cpp:14:21: error: expected '{' before ':' token
     for(auto [v,a,b]:g[u])
                     ^
0_0_37487783_8839.cpp: In function 'void dfs(long long int, long long int, long long int)':
0_0_37487783_8839.cpp:14:21: error: expected ';' before ':' token
0_0_37487783_8839.cpp:14:21: error: expected primary-expression before ':' token
0_0_37487783_8839.cpp:14:21: error: expected ')' before ':' token
0_0_37487783_8839.cpp:14:21: error: expected primary-expression before ':' token
0_0_37487783_8839.cpp: In function 'void solve()':
0_0_37487783_8839.cpp:51:31: error: converting to 'std::vector<std::tuple<long long int, long long int, long long int> >::value_type {aka 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}]'
         g[u].push_back({v,a,b});
                               ^
0_0_37487783_8839.cpp:52:31: error: converting to 'std::vector<std::tuple<long long int, long long int, long long int> >::value_type {aka 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}]'
         g[v].push_back({u,a,b});
                               ^


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-12-02 19:29:24, Gzip enabled