Problem lunchbox
User haiquan
Submission Time 2025-06-18 20:50:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:8: error: expected ‘(’ before ‘found’
17 | if found == true{
| ^~~~~
| (
lunchbox.cpp:19:7: error: ‘else’ without a previous ‘if’
19 | } else {
| ^~~~