Borderou de evaluare (job #735660)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cursa Formula 1 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 4 oct. 2023 21:10:53 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:35:5: error: 'sort' was not declared in this scope; did you mean 'short'?
35 | sort(cars.begin(), cars.end(), [](const Car& a, const Car& b) {
| ^~~~
| short