| Problem | burgers |
|---|---|
| User | ethanlinHoucheng |
| Submission Time | 2025-07-31 22:26:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
burgers.cpp: In function ‘bool isFeasible(long long int)’:
burgers.cpp:27:54: error: expected primary-expression before ‘)’ token
27 | lb = max(lb, (x[i]-b[i]*k)/(a[i]-b[i]) + );
| ^