Problem snail
User Vinayak01
Submission Time 2024-02-14 19:41:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snail.cpp: In function ‘int main()’:
snail.cpp:26:6: error: expected ‘;’ before ‘}’ token
26 | i++
| ^
| ;
27 | }
| ~