Problem | snail |
---|---|
User | TinaD |
Submission Time | 2024-02-04 19:31:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snail.cpp: In function ‘int main(int, char**)’:
snail.cpp:29:5: error: ‘min8’ was not declared in this scope; did you mean ‘mini’?
29 | min8=0;
| ^~~~
| mini
snail.cpp:45:7: error: expected ‘;’ before ‘while’
45 | day=0
| ^
| ;
46 | while (s_height<height)
| ~~~~~
snail.cpp:83:13: error: break statement not within loop or switch
83 | break;
| ^~~~~
snail.cpp: At global scope:
snail.cpp:88:1: error: expected declaration before ‘}’ token
88 | }
| ^