| Problem | lunchbox |
|---|---|
| User | caslyn |
| Submission Time | 2026-06-23 15:51:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:12: error: expected ‘;’ before ‘}’ token
14 | cin>>k[i]
| ^
| ;
15 | }
| ~
lunchbox.cpp:20:2: error: expected ‘,’ or ‘;’ before ‘long’
20 | long int sum=0
| ^~~~
lunchbox.cpp:21:14: error: ‘i’ was not declared in this scope
21 | for(int i=0;i<m;i++){
| ^
lunchbox.cpp:30:10: error: expected ‘;’ before ‘}’ token
30 | return 0
| ^
| ;
31 | }
| ~