Problem | lunchbox |
---|---|
User | kuyaimutz |
Submission Time | 2025-06-19 13:59:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:11: error: request for member ‘begin’ in ‘arr’, which is of non-class type ‘long long int [m]’
17 | sort(arr.begin(),arr.end());
| ^~~~~
lunchbox.cpp:17:23: error: request for member ‘end’ in ‘arr’, which is of non-class type ‘long long int [m]’
17 | sort(arr.begin(),arr.end());
| ^~~