Problem lunchbox
User JcYong
Submission Time 2024-06-19 14:28:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:8:6: error: expected ‘;’ before ‘n’
8 | cin n;
| ^~
| ;
lunchbox.cpp:11:3: error: expected ‘}’ before ‘else’
11 | else if(n <= a){
| ^~~~
lunchbox.cpp:9:12: note: to match this ‘{’
9 | if(n > a){
| ^