Borderou de evaluare (job #747818)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Creioane (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 27 nov. 2023 10:25:06 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int max_height(const std::vector<std::vector<int> >&)':
main.cpp:28:13: error: 'max_element' was not declared in this scope
28 | return *max_element(heights.begin(), heights.end()) - 1;
| ^~~~~~~~~~~