Problem | lunchbox |
---|---|
User | dieunq1309 |
Submission Time | 2023-02-18 14:51:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:19:25: error: lvalue required as left operand of assignment
19 | while(sum < m or sum = m)
| ^
lunchbox.cpp:25:10: error: expected ‘;’ at end of input
25 | return 0
| ~^
| ;
lunchbox.cpp:25:9: error: expected ‘}’ at end of input
25 | return 0
| ^
lunchbox.cpp:5:1: note: to match this ‘{’
5 | {
| ^