| Problem | lunchbox |
|---|---|
| User | Daddy |
| Submission Time | 2023-07-14 15:36:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:23:6: error: redeclaration of ‘int x’
23 | int x=0,i=0;
| ^
lunchbox.cpp:5:10: note: ‘int x’ previously declared here
5 | int n,m,x=0;
| ^