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_37769972_24374.cpp: In function 'void solve()':
0_0_37769972_24374.cpp:37:84: error: converting to 'std::vector<std::tuple<double, int, int> >::value_type {aka std::tuple<double, int, int>}' from initializer list would use explicit constructor 'constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {double, int&, int&}; <template-parameter-2-2> = void; _Elements = {double, int, int}]'
       b.push_back({hypot(a[i].first - a[j].first, a[i].second - a[j].second), i, j});
                                                                                    ^
0_0_37769972_24374.cpp:46:10: error: expected unqualified-id before '[' token
     auto [w, u, v] = b[i];
          ^
0_0_37769972_24374.cpp:47:17: error: 'u' was not declared in this scope
     if (f.unite(u, v) && w >= 10 && w <= 1000) {
                 ^
0_0_37769972_24374.cpp:47:20: error: 'v' was not declared in this scope
     if (f.unite(u, v) && w >= 10 && w <= 1000) {
                    ^
0_0_37769972_24374.cpp:47:26: error: 'w' was not declared in this scope
     if (f.unite(u, v) && w >= 10 && w <= 1000) {
                          ^


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-03 19:54:20, Gzip enabled