Problem guanine
User hailice
Submission Time 2022-12-24 15:41:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.cpp:10:15: error: expected ‘;’ before ‘if’
10 | cin.ignore()
| ^
| ;
11 | if (k == "ADD_BACK") {
| ~~
guanine.cpp:15:11: error: ‘else’ without a previous ‘if’
15 | } else if (k == "ADD_FRONT") {
| ^~~~