| Problem | toxic2 |
|---|---|
| User | JJJwong |
| Submission Time | 2025-03-21 14:48:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:8:2: error: ‘vector’ was not declared in this scope
8 | vector<char> res;
| ^~~~~~
toxic2.cpp:8:2: note: suggested alternatives:
In file included from /usr/include/c++/9/vector:67,
from toxic2.h:1,
from toxic2.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 toxic2.h:1,
from toxic2.cpp:1:
/usr/include/c++/9/vector:90:13: note: ‘std::pmr::vector’
90 | using vector = std::vector<_Tp, polymorphic_allocator<_Tp>>;
| ^~~~~~
toxic2.cpp:8:9: error: expected primary-expression before ‘char’
8 | vector<char> res;
| ^~~~
toxic2.cpp:9:2: error: ‘res’ was not declared in this scope
9 | res.emplace_bac