Problem lunchbox
User CastyLoz17
Submission Time 2024-02-26 16:19:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:21:18: error: expected ‘;’ before ‘if’
21 | d += reqs.at(i)
| ^
| ;
22 |
23 | if (i+1 < reqs.size()) {
| ~~