Problem treecutting
User PyAce
Submission Time 2025-11-12 09:50:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

treecutting.cpp: In function ‘int main()’:
treecutting.cpp:14:23: error: no matching function for call to ‘std::vector<std::vector<long long int> >::push_back(long long int&)’
14 | setsv[u].push_back(v);
| ^
In file included from /usr/include/c++/9/vector:67,
from treecutting.cpp:2:
/usr/include/c++/9/bits/stl_vector.h:1184:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = std::vector<long long int>; _Alloc = std::allocator<std::vector<long long int> >; std::vector<_Tp, _Alloc>::value_type = std::vector<long long int>]’
1184 | push_back(const value_type& __x)
| ^~~~~~~~~
/usr/include/c++/9/bits/stl_vector.h:1184:35: note: no known conversion for argument 1 from ‘long long int’ to ‘const value_type&’ {aka ‘const std::vector<long long int>&’}
1184 | push_back(const value_type& __x)