Problem lunchbox
User hitarthdangra
Submission Time 2025-06-18 14:16:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:19: error: invalid types ‘int[int]’ for array subscript
9 | cin >> k[i];
| ^
lunchbox.cpp:10:24: error: invalid types ‘int[int]’ for array subscript
10 | v.push_back(k[i]);
| ^
lunchbox.cpp:17:21: error: expected ‘;’ before ‘}’ token
17 | res += 1
| ^
| ;
18 | }
| ~
lunchbox.cpp:20:24: error: expected ‘;’ before ‘}’ token
20 | cout << res << "\n"
| ^
| ;
......
24 | }
| ~