Problem | lunchbox |
---|---|
User | urmom |
Submission Time | 2023-11-06 10:59:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:8: error: ‘a’ was not declared in this scope
9 | cin>>a[i];
| ^
lunchbox.cpp:13:6: error: redeclaration of ‘int x’
13 | int x=0;
| ^
lunchbox.cpp:11:6: note: ‘int x’ previously declared here
11 | int x=sizeof(arr)/sizeof(arr[0]);
| ^