Problem orz
User RAyhahh
Submission Time 2024-07-29 15:56:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

orz.cpp: In function ‘int main()’:
orz.cpp:8:12: error: ‘str’ was not declared in this scope; did you mean ‘std’?
8 | vector<str> v;
| ^~~
| std
orz.cpp:8:15: error: template argument 1 is invalid
8 | vector<str> v;
| ^
orz.cpp:8:15: error: template argument 2 is invalid
orz.cpp:12:7: error: request for member ‘push_back’ in ‘v’, which is of non-class type ‘int’
12 | v.push_back("gfhdjksal")
| ^~~~~~~~~