Problem | tourist_noi |
---|---|
User | personjs |
Submission Time | 2024-05-19 16:33:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:8:5: error: ‘vector’ was not declared in this scope
8 | vector<int> friends;
| ^~~~~~
tourist_noi.cpp:8:5: note: suggested alternatives:
In file included from /usr/include/c++/9/vector:67,
from tourist_noi.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 tourist_noi.cpp:3:
/usr/include/c++/9/vector:90:13: note: ‘std::pmr::vector’
90 | using vector = std::vector<_Tp, polymorphic_allocator<_Tp>>;
| ^~~~~~
tourist_noi.cpp:8:12: error: expected primary-expression before ‘int’
8 | vector<int> friends;
| ^~~
tourist_noi.cpp:9:5: error: ‘string’ was not declared in this scope
9 | string person;
| ^~~~~~
touri