Problem | GSS |
---|---|
User | god |
Submission Time | 2025-07-10 10:21:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int main()’:
GSS.cpp:13:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
13 | sort(array, array+x, cust);
| ^~~~
| qsort
GSS.cpp:27:24: error: request for member ‘at’ in ‘array’, which is of non-class type ‘int [x]’
27 | to_be_paid += array.at(icount+i);
| ^~