| Problem | burgers |
|---|---|
| User | ATHY |
| Submission Time | 2025-02-22 11:02:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
burgers.cpp: In function ‘int main()’:
burgers.cpp:20:13: error: ‘i’ was not declared in this scope
20 | if (first[i] * mid > ingredient[i]) {
| ^
burgers.cpp:24:14: error: ‘i’ was not declared in this scope
24 | if (second[i] * mid > ingredient[i]) {
| ^