| Problem | feedtheduck |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-08-03 10:18:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
feedtheduck.cpp: In function ‘int main()’:
feedtheduck.cpp:8:7: error: ‘i’ was not declared in this scope
8 | for (i = 0; i < n; i++) {
| ^
feedtheduck.cpp:15:7: error: ‘i’ was not declared in this scope
15 | for (i = 0; i < n; i++) {
| ^
feedtheduck.cpp:17:30: error: ‘min’ cannot be used as a function
17 | else min = min(min, current);
| ^