Problem mountains
User personjs
Submission Time 2025-01-02 21:48:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mountains.cpp: In function ‘int main()’:
mountains.cpp:11:2: error: ‘vector’ was not declared in this scope
11 | vector<ll> vec;
| ^~~~~~
mountains.cpp:11:2: note: suggested alternatives:
In file included from /usr/include/c++/9/vector:67,
from mountains.cpp:2:
/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 mountains.cpp:2:
/usr/include/c++/9/vector:90:13: note: ‘std::pmr::vector’
90 | using vector = std::vector<_Tp, polymorphic_allocator<_Tp>>;
| ^~~~~~
mountains.cpp:11:11: error: expected primary-expression before ‘>’ token
11 | vector<ll> vec;
| ^
mountains.cpp:11:13: error: ‘vec’ was not declared in this scope
11 | vector<ll> vec;
| ^~~
mountains.cpp:15:8: err