| Problem | burgers |
|---|---|
| User | Josh28acc2 |
| Submission Time | 2023-12-28 16:09:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
burgers.cpp: In function ‘void solve()’:
burgers.cpp:115:44: error: ‘id’ was not declared in this scope; did you mean ‘mid’?
115 | currAns = min(currAns, ((ld)arr[q] - id*(ld)a[q]) / (ld)b[q]);
| ^~
| mid