| Problem | smurf |
|---|---|
| User | Harshithdagot |
| Submission Time | 2026-07-08 17:00:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int main()’:
smurf.cpp:9:12: error: template argument 1 is invalid
9 | deque<(int)>arr;
| ^~~
smurf.cpp:9:12: error: template argument 2 is invalid
smurf.cpp:9:15: error: expected unqualified-id before ‘)’ token
9 | deque<(int)>arr;
| ^
smurf.cpp:13:4: error: ‘arr’ was not declared in this scope
13 | arr.push_front(b);
| ^~~
smurf.cpp:16:4: error: ‘arr’ was not declared in this scope
16 | arr.back(b);
| ^~~
smurf.cpp:20:15: error: ‘arr’ was not declared in this scope
20 | cout<<arr.front();
| ^~~