Problem | GSS |
---|---|
User | Maskaphobia |
Submission Time | 2024-02-12 18:28:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int main()’:
GSS.cpp:15:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
15 | sort(v.begin(), v.end(), greater <int>());
| ^~~~
| qsort
GSS.cpp:16:43: error: ‘i’ was not declared in this scope; did you mean ‘it’?
16 | for (auto it= v.begin(); it!= v.end(); ++i){
| ^
| it