Problem smurf
User ForsakenPBJ
Submission Time 2025-01-30 23:01:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:7:13: error: expected unqualified-id before ‘=’ token
7 | deque<int> = deq;
| ^
smurf.cpp:12:4: error: ‘deq’ was not declared in this scope
12 | deq.push_back(a);
| ^~~
smurf.cpp:15:4: error: ‘deq’ was not declared in this scope
15 | deq.push_front(a);
| ^~~
smurf.cpp:20:11: error: ‘deq’ was not declared in this scope
20 | cout << deq[i];
| ^~~