Problem arrayfind
User gtiamthebest
Submission Time 2023-12-10 13:29:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:10:2: error: ‘deqeue’ was not declared in this scope
10 | deqeue<ll> dq;
| ^~~~~~
arrayfind.cpp:10:11: error: expected primary-expression before ‘>’ token
10 | deqeue<ll> dq;
| ^
arrayfind.cpp:10:13: error: ‘dq’ was not declared in this scope
10 | deqeue<ll> dq;
| ^~