| Problem | snail |
|---|---|
| User | TinaD |
| Submission Time | 2024-02-04 19:31:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snail.cpp: In function ‘int main(int, char**)’:
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 | }
| ^