| Problem | lunchbox |
|---|---|
| User | 6 |
| Submission Time | 2026-06-23 16:50:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:1: error: expected initializer before ‘cin’
9 | cin>>n
| ^~~
lunchbox.cpp:12:13: error: ‘i’ was not declared in this scope
12 | for(int i=0;i<m;i++)
| ^
lunchbox.cpp:17:4: error: expected ‘}’ at end of input
17 | ans++
| ^~
lunchbox.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^