| Problem | lunchbox |
|---|---|
| User | YunQingOng |
| Submission Time | 2026-06-23 14:37:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main()
| ~~~
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:40: error: expected ‘)’ before ‘{’ token
17 | if(sum<m && !(sum + num[i] >N ){
| ~ ^
| )
lunchbox.cpp:21:5: error: expected primary-expression before ‘}’ token
21 | }
| ^
lunchbox.cpp:22:14: error: expected ‘;’ before ‘}’ token
22 | cout << t
| ^
| ;
23 |
24 | }
| ~