Problem lunchbox
User ShShSh
Submission Time 2023-12-06 15:26:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:12: error: a function-definition is not allowed here before ‘{’ token
16 | int main() {
| ^
lunchbox.cpp:41:1: error: expected ‘}’ at end of input
41 | }
| ^
lunchbox.cpp:11:36: note: to match this ‘{’
11 | for (long long i=0; i < m; i++){
| ^
lunchbox.cpp:41:1: error: expected ‘}’ at end of input
41 | }
| ^
lunchbox.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^