Problem snail
User Potato3218
Submission Time 2023-02-17 14:20:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snail.cpp: In function ‘int32_t main()’:
snail.cpp:51:4: error: ‘cur’ was not declared in this scope; did you mean ‘curr’?
51 | cur += all;
| ^~~
| curr
snail.cpp:55:14: error: ‘achieve’ was not declared in this scope
55 | if(itr >= achieve){
| ^~~~~~~