Problem | thumper2 |
---|---|
User | JustKitkat |
Submission Time | 2025-03-23 19:30:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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 thumper2.cpp:25:
/usr/include/c++/9/bits/stl_vector.h: In instantiation of ‘struct std::_Vector_base<long long int, std::pair<long long int, long long int> >’:
/usr/include/c++/9/bits/stl_vector.h:386:11: required from ‘class std::vector<long long int, std::pair<long long int, long long int> >’
thumper2.cpp:46:23: required from here
/usr/include/c++/9/bits/stl_vector.h:84:21: error: no type named ‘value_type’ in ‘struct std::pair<long long int, long long int>’
84 | rebind<_Tp>::other _Tp_alloc_type;
| ^~~~~~~~~~~~~~
/usr/include/c++/9/bits/stl_vector.h:86