| Problem | celldivision |
|---|---|
| User | shenshiqi |
| Submission Time | 2025-09-03 17:11:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
celldivision.cpp: In function ‘int main()’:
celldivision.cpp:28:17: error: ‘cur’ was not declared in this scope
28 | if (cur > food) break;
| ^~~
celldivision.cpp:29:21: error: ‘cur’ was not declared in this scope
29 | food -= cur;
| ^~~