Problem lunchbox
User jaydenlol
Submission Time 2026-06-23 09:07:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:13: error: expected ‘;’ before ‘for’
11 | cin >> k[i]
| ^
| ;
12 |
13 | for (int i = 0; i < m - 1; i++){
| ~~~
lunchbox.cpp:13:18: error: ‘i’ was not declared in this scope
13 | for (int i = 0; i < m - 1; i++){
| ^