Problem | nostatement |
---|---|
User | IWKR |
Submission Time | 2023-01-06 21:46:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nostatement.cpp: In function ‘int main()’:
nostatement.cpp:39:3: error: ‘deque’ was not declared in this scope
39 | deque<ll> abcdefghijk1mnopqrstuvwxyz;
| ^~~~~
nostatement.cpp:7:1: note: ‘std::deque’ is defined in header ‘<deque>’; did you forget to ‘#include <deque>’?
6 | #include <cstdlib>
+++ |+#include <deque>
7 | using namespace std;
nostatement.cpp:39:11: error: expected primary-expression before ‘>’ token
39 | deque<ll> abcdefghijk1mnopqrstuvwxyz;
| ^
nostatement.cpp:39:13: error: ‘abcdefghijk1mnopqrstuvwxyz’ was not declared in this scope
39 | deque<ll> abcdefghijk1mnopqrstuvwxyz;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
nostatement.cpp:47:31: error: request for member ‘pop_front’ in ‘abcdefghijklmnopqrstuvwxyz’, which is of non-class type ‘ll’ {aka ‘long long int’}
47 | abcdefghijklmnopqrstuvwxyz.pop_front();
|