Problem snail
User LimCheeHann
Submission Time 2025-02-23 11:28:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snail.cpp: In function ‘int main()’:
snail.cpp:11:6: error: ‘i’ was not declared in this scope
11 | for(i=0;i<N;i++){
| ^
snail.cpp:15:27: error: expected ‘;’ before ‘)’ token
15 | for(long long day=0;day++){
| ^
| ;