Problem | GSS |
---|---|
User | Johnnie |
Submission Time | 2023-08-14 14:39:52 |
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 ‘front’ in ‘prices’, which is of non-class type ‘int [n]’
13 | sort(prices.front(), prices.front()+n);
| ^~~~~
GSS.cpp:13:30: error: request for member ‘front’ in ‘prices’, which is of non-class type ‘int [n]’
13 | sort(prices.front(), prices.front()+n);
| ^~~~~