| Problem | pandaeyes |
|---|---|
| User | yuanbin |
| Submission Time | 2026-07-11 10:51:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pandaeyes.cpp:2:22: error: ‘vector’ was not declared in this scope
2 | int intervalSchedule(vector<vector<int>>& intervals) {
| ^~~~~~
pandaeyes.cpp:2:22: note: suggested alternatives:
In file included from /usr/include/c++/9/vector:67,
from pandaeyes.cpp:1:
/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 pandaeyes.cpp:1:
/usr/include/c++/9/vector:90:13: note: ‘std::pmr::vector’
90 | using vector = std::vector<_Tp, polymorphic_allocator<_Tp>>;
| ^~~~~~
pandaeyes.cpp:2:29: error: ‘vector’ was not declared in this scope
2 | int intervalSchedule(vector<vector<int>>& intervals) {
| ^~~~~~
pandaeyes.cpp:2:29: note: suggested alternatives:
In file included from