Problem lunchbox
User eliasxyz
Submission Time 2025-05-24 00:22:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:12: error: missing template arguments before ‘[’ token
17 | s+=vector[j];
| ^
lunchbox.cpp:19:11: error: expected ‘;’ before ‘return’
19 | cout<<j-1
| ^
| ;
20 |
21 | return 0;
| ~~~~~~