Problem nemo
User PrunJuice
Submission Time 2025-02-18 00:31:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nemo.cpp: In function ‘int main()’:
nemo.cpp:41:31: error: no match for ‘operator=’ (operand types are ‘__gnu_cxx::__alloc_traits<std::allocator<std::vector<std::tuple<int, int, int> > >, std::vector<std::tuple<int, int, int> > >::value_type’ {aka ‘std::vector<std::tuple<int, int, int> >’} and ‘<brace-enclosed initializer list>’)
41 | edges[i] = {a, b, x, y};
| ^
In file included from /usr/include/c++/9/vector:72,
from /usr/include/c++/9/functional:62,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from nemo.cpp:1:
/usr/include/c++/9/bits/vector.tcc:198:5: note: candidate: ‘std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp