Problem mindeque
User usernamehere
Submission Time 2024-12-14 14:13:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mindeque.cpp: In function ‘int main()’:
mindeque.cpp:29:10: error: ‘x’ was not declared in this scope
29 | n1 -= x.back();
| ^
mindeque.cpp:37:10: error: ‘x’ was not declared in this scope
37 | n1 -= x.front();
| ^