| Problem | lunchbox |
|---|---|
| User | lxmine |
| Submission Time | 2026-05-26 22:30:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:6:10: error: expected initializer before ‘x’
6 | int arr x;
| ^
lunchbox.cpp:7:34: error: ‘x’ was not declared in this scope
7 | for(int i=0; i<m;i++){std::cin>>x[i];}
| ^
lunchbox.cpp:8:12: error: ‘arr’ was not declared in this scope
8 | std::sort(arr, arr+m);
| ^~~
lunchbox.cpp:12:11: error: ‘x’ was not declared in this scope
12 | cur += x[i];
| ^