Borderou de evaluare (job #697344)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Sume | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 19 feb. 2023 03:11:28 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:20:3: error: 'sort' was not declared in this scope; did you mean 'short'?
20 | sort(v.begin(), v.end(), greater<int>());
| ^~~~
| short