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

Compile Error

snail.cpp: In function ‘int main()’:
snail.cpp:40:9: error: ‘i’ was not declared in this scope
40 | while( i < n){
| ^
snail.cpp:40:13: error: ‘n’ was not declared in this scope
40 | while( i < n){
| ^