Problem | lunchbox |
---|---|
User | VNKbest |
Submission Time | 2024-05-23 20:42:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:12: error: request for member ‘begin’ in ‘vec’, which is of non-class type ‘long long int [m]’
11 | sort(vec.begin(), vec.begin() + m);
| ^~~~~
lunchbox.cpp:11:25: error: request for member ‘begin’ in ‘vec’, which is of non-class type ‘long long int [m]’
11 | sort(vec.begin(), vec.begin() + m);
| ^~~~~