Problem card
User NeeNawAmbulance
Submission Time 2023-07-07 14:38:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:21:24: error: missing template arguments before ‘.’ token
21 | int firstcard=deque.front();
| ^
card.cpp:23:25: error: missing template arguments before ‘.’ token
23 | int secondcard=deque.front();
| ^