Problem GSS
User Yaoru
Submission Time 2025-12-13 18:35:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int main()’:
GSS.cpp:10:16: error: request for member ‘begin’ in ‘price’, which is of non-class type ‘int [n]’
10 | sort(price.begin(),price.end(),greater<int>());
| ^~~~~
GSS.cpp:10:30: error: request for member ‘end’ in ‘price’, which is of non-class type ‘int [n]’
10 | sort(price.begin(),price.end(),greater<int>());
| ^~~