Problem guanine
User Impotato
Submission Time 2026-01-21 20:49:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.cpp:28:36: error: ‘y’ was not declared in this scope
28 | while (dq.size() > y + 1) dq.pop_back();
| ^
guanine.cpp:32:36: error: ‘y’ was not declared in this scope
32 | while (dq.size() > y + 1) dq.pop_front();
| ^