| Problem | hungryrabbits1 |
|---|---|
| User | StormyGood |
| Submission Time | 2025-11-07 17:17:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hungryrabbits1.cpp: In function ‘int32_t main()’:
hungryrabbits1.cpp:17:30: error: ‘max’ cannot be used as a function
17 | int curr = b[i]+max(i,a-i-1);
| ^