| Problem | lunchbox |
|---|---|
| User | NoynYT |
| Submission Time | 2023-04-28 19:15:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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:25: error: expected primary-expression before ‘}’ token
14 | if (!k<=30000) {return};
| ^
lunchbox.cpp:14:25: error: expected ‘;’ before ‘}’ token
14 | if (!k<=30000) {return};
| ^
| ;