| Problem | lunchbox |
|---|---|
| User | NoynYT |
| Submission Time | 2023-04-28 19:15:04 |
| 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:15:3: error: expected primary-expression before ‘if’
15 | if (N-k >= 1){
| ^~
lunchbox.cpp:14:24: error: expected ‘;’ before ‘if’
14 | if (!k<=30000) return
| ^
| ;
15 | if (N-k >= 1){
| ~~