Problem | GSS |
---|---|
User | Johnnie |
Submission Time | 2023-08-14 14:32:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int main()’:
GSS.cpp:13:14: error: request for member ‘begin’ in ‘prices’, which is of non-class type ‘int [n]’
13 | sort(prices.begin(), prices.begin()+n);
| ^~~~~
GSS.cpp:13:30: error: request for member ‘begin’ in ‘prices’, which is of non-class type ‘int [n]’
13 | sort(prices.begin(), prices.begin()+n);
| ^~~~~