Problem guanine
User TheFelixKS
Submission Time 2024-03-06 20:26:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.cpp:25:17: error: expected ‘;’ before ‘}’ token
25 | left += i + 1
| ^
| ;
26 | } else if (s == "SLIP_FRONT") {
| ~