Borderou de evaluare (job #587130)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Numere 3 (clasa 5-6) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 19 mar. 2021 16:25:41 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:13: error: variable 'std::ifstream in' has initializer but incomplete type
4 | ifstream in ("numere3.in")
| ^
main.cpp:5:1: error: expected ',' or ';' before 'ofstream'
5 | ofstream out ("numere3.out")
| ^~~~~~~~