| Problem | lunchbox |
|---|---|
| User | Andrea |
| Submission Time | 2026-06-24 13:23:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
1 | #include
| ^
lunchbox.cpp:2:1: error: expected unqualified-id before ‘<’ token
2 | <bits/stdc++.h>
| ^
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:6:14: error: ‘cin’ was not declared in this scope
6 | int N, m, k; cin>>N>>m>>k;
| ^~~
lunchbox.cpp:7:11: error: ‘cout’ was not declared in this scope
7 | if (k>N){ cout<<0 ;
| ^~~~
lunchbox.cpp:9:7: error: ‘cout’ was not declared in this scope
9 | else {cout<<1;
| ^~~~