Problem nostatement
User IWKR
Submission Time 2023-01-06 21:46:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp:4:2: error: invalid preprocessing directive #includ; did you mean #include?
4 | #includ <deque>
| ^~~~~~
| include
nostatement.cpp: In function ‘int main()’:
nostatement.cpp:40:3: error: ‘deque’ was not declared in this scope
40 | deque<ll> abcdefghijk1mnopqrstuvwxyz;
| ^~~~~
nostatement.cpp:8:1: note: ‘std::deque’ is defined in header ‘<deque>’; did you forget to ‘#include <deque>’?
7 | #include <cstdlib>
+++ |+#include <deque>
8 | using namespace std;
nostatement.cpp:40:11: error: expected primary-expression before ‘>’ token
40 | deque<ll> abcdefghijk1mnopqrstuvwxyz;
| ^
nostatement.cpp:40:13: error: ‘abcdefghijk1mnopqrstuvwxyz’ was not declared in this scope
40 | deque<ll> abcdefghijk1mnopqrstuvwxyz;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~