Problem papaya
User PlayVoltz
Submission Time 2023-08-23 12:47:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 papaya.cpp:1:
/usr/include/c++/9/bits/stl_vector.h: In instantiation of ‘struct std::_Vector_base<int, int>’:
/usr/include/c++/9/bits/stl_vector.h:386:11: required from ‘class std::vector<int, int>’
papaya.cpp:35:20: required from here
/usr/include/c++/9/bits/stl_vector.h:84:21: error: ‘int’ is not a class, struct, or union type
84 | rebind<_Tp>::other _Tp_alloc_type;
| ^~~~~~~~~~~~~~
/usr/include/c++/9/bits/stl_vector.h:86:9: error: ‘int’ is not a class, struct, or union type
86 | pointer;
| ^~~~~~~
/usr/include/c++/9/bits/stl_vector.h: I