Problem snail
User Schoolpurposes
Submission Time 2024-12-19 20:23:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snail.cpp: In function ‘int32_t main()’:
snail.cpp:37:24: error: expected ‘;’ before ‘if’
37 | pos += a[0]
| ^
| ;
38 | if (pos <= 0){
| ~~