Problem | lvm |
---|---|
User | Ski3r3n |
Submission Time | 2023-04-21 07:29:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lvm.cpp: In function ‘int main()’:
lvm.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> x;
| ^~~
lvm.cpp:5:5: error: ‘stack’ was not declared in this scope
5 | stack<long long>s;
| ^~~~~
lvm.cpp:5:11: error: expected primary-expression before ‘long’
5 | stack<long long>s;
| ^~~~
lvm.cpp:6:5: error: ‘deque’ was not declared in this scope
6 | deque<string> input;
| ^~~~~
lvm.cpp:6:11: error: ‘string’ was not declared in this scope
6 | deque<string> input;
| ^~~~~~
lvm.cpp:6:19: error: ‘input’ was not declared in this scope; did you mean ‘int’?
6 | deque<string> input;
| ^~~~~
| int
lvm.cpp:8:15: error: expected ‘;’ before ‘f’
8 | string f;
| ^~
| ;
lvm.cpp:9:9: