Borderou de evaluare (job #787436)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Selecţie (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Tema 2 Clasa a 7-a | Status | evaluat |
Dată | 22 sept. 2024 12:51:41 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:6:17: error: variable 'std::ifstream fin' has initializer but incomplete type
6 | ifstream fin("selectie.in");
| ^
main.cpp:7:18: error: variable 'std::ofstream fout' has initializer but incomplete type
7 | ofstream fout("selectie.out");
| ^
main.cpp:14:5: error: 'sort' was not declared in this scope; did you mean 'short'?
14 | sort(v+1, v+n+1);
| ^~~~
| short