Problem lunchbox
User NoynYT
Submission Time 2023-04-28 19:15:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:6: error: ‘n’ was not declared in this scope
11 | if (n<=60000){
| ^
lunchbox.cpp:14:19: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
14 | if (!k<=30000) {return;}
| ^~~~~~