Problem | party_noi |
---|---|
User | Runjia |
Submission Time | 2025-02-08 11:08:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party_noi.cpp:2:20: error: expected ‘;’ before ‘using’
2 | using namespace std
| ^
| ;
3 | using int long long
| ~~~~~
party_noi.cpp:3:7: error: expected nested-name-specifier before ‘int’
3 | using int long long
| ^~~
In file included from /usr/include/c++/9/vector:66,
from party_noi.cpp:4:
/usr/include/c++/9/bits/stl_uninitialized.h: In static member function ‘static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator)’:
/usr/include/c++/9/bits/stl_uninitialized.h:83:8: error: ‘_Construct’ is not a member of ‘std’
83 | std::_Construct(std::__addressof(*__cur), *__first);
| ^~~~~~~~~~
/usr/include/c++/9/bits/stl_uninitialized.h:88:13: error: ‘_Destroy’ is not a member of ‘std’
88 | std::_Destroy(__result, __cur);