Problem lunchbox
User Potatodef
Submission Time 2023-02-15 00:16:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:2: error: ‘else’ without a previous ‘if’
15 | else cout << 0<<endl;;
| ^~~~