| Problem | hungryrabbits1 |
|---|---|
| User | personjs |
| Submission Time | 2025-01-14 17:27:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hungryrabbits1.cpp: In function ‘int main()’:
hungryrabbits1.cpp:13:42: error: expected ‘;’ before ‘}’ token
13 | if (a[i] > best.first) best = {a[i], i}
| ^
| ;
14 | }
| ~