0_0_38724448_18546.cpp: In function 'void solve()':
0_0_38724448_18546.cpp:39:34: error: no matching function for call to 'std::vector<Edge>::emplace_back(<brace-enclosed initializer list>)'
39 | g[x].emplace_back({y, w});
| ~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/vector:72,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/functional:64,
from .\stdc++.h:53:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/vector.tcc:111:7: note: candidate: 'constexpr std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {}; _Tp = Edge; _Alloc = std::allocator<Edge>; reference = Edge&]'
111 | vector<_Tp, _Alloc>::
| ^~~~~~~~~~~~~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/vector.tcc:111:7: note: candidate expects 0 arguments, 1 provided
0_0_38724448_18546.cpp:40:34: error: no matching function for call to 'std::vector<Edge>::emplace_back(<brace-enclosed initializer list>)'
40 | g[y].emplace_back({x, w});
| ~~~~~~~~~~~~~~~~~^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/vector.tcc:111:7: note: candidate: 'constexpr std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {}; _Tp = Edge; _Alloc = std::allocator<Edge>; reference = Edge&]'
111 | vector<_Tp, _Alloc>::
| ^~~~~~~~~~~~~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/vector.tcc:111:7: note: candidate expects 0 arguments, 1 provided
|