| Problem | barbecue |
|---|---|
| User | xlpaun |
| Submission Time | 2025-12-29 15:05:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
barbecue.cpp: In function ‘int main()’:
barbecue.cpp:26:22: error: ‘i’ was not declared in this scope
26 | if(duration[dishID[i].second] > time){
| ^
barbecue.cpp:28:4: error: continue statement not within a loop
28 | continue;
| ^~~~~~~~