Problem barbecue
User xlpaun
Submission Time 2025-12-29 15:05:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^~~~~~~~