Problem sort
User Fjerds
Submission Time 2026-04-29 15:04:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:12:19: error: no matching function for call to ‘std::vector<long long int>::emplace(ll&)’
12 | list.emplace(tmp);
| ^
In file included from /usr/include/c++/9/vector:67,
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 sort.cpp:1:
/usr/include/c++/9/bits/stl_vector.h:1245:2: note: candidate: ‘template<class ... _Args> std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::emplace(std::vector<_Tp, _Alloc>::const_iterator, _Args&& ...) [with _Args = {_Args ...}; _Tp = long long int; _Alloc = std::allocator<long long int>]’
1245 | emplace(const_iterator __position, _Args&&... __args)
| ^~~~~~~
/usr/i