Problem snail
User krawat28
Submission Time 2026-02-15 17:18:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snail.cpp: In function ‘int main()’:
snail.cpp:77:5: error: expected ‘,’ or ‘;’ before ‘if’
77 | if ((h-NonFreemaxheight-finishedHeight) < 0)
| ^~
snail.cpp:79:5: error: ‘else’ without a previous ‘if’
79 | else
| ^~~~