| Problem | lunchbox |
|---|---|
| User | SirCTan |
| Submission Time | 2026-02-04 20:18:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:33:1: error: ‘std’ does not name a type
33 | std;
| ^~~
lunchbox.cpp:35:5: error: redefinition of ‘int main()’
35 | int main () {
| ^~~~
lunchbox.cpp:6:5: note: ‘int main()’ previously defined here
6 | int main() {
| ^~~~
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:37:5: error: expected initializer before ‘>>’ token
37 | cin >> N;
| ^~