Problem lunchbox
User Austin
Submission Time 2025-06-05 11:50:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:41:5: error: redefinition of ‘int main()’
41 | int main(){
| ^~~~
lunchbox.cpp:18:5: note: ‘int main()’ previously defined here
18 | int main(){
| ^~~~