Problem potatosalad
User Bryan
Submission Time 2024-01-23 13:59:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:10:2: error: ‘vector’ was not declared in this scope
10 | vector<int> M;
| ^~~~~~
potatosalad.cpp:10:2: note: suggested alternatives:
In file included from /usr/include/c++/9/vector:67,
from potatosalad.cpp:3:
/usr/include/c++/9/bits/stl_vector.h:386:11: note: ‘std::vector’
386 | class vector : protected _Vector_base<_Tp, _Alloc>
| ^~~~~~
In file included from potatosalad.cpp:3:
/usr/include/c++/9/vector:90:13: note: ‘std::pmr::vector’
90 | using vector = std::vector<_Tp, polymorphic_allocator<_Tp>>;
| ^~~~~~
potatosalad.cpp:10:9: error: expected primary-expression before ‘int’
10 | vector<int> M;
| ^~~
potatosalad.cpp:11:2: error: ‘M’ was not declared in this scope
11 | M.reserve(N);
| ^
potatosalad.cpp:19:2: error: ‘sort’ was not