Borderou de evaluare (job #780441)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cifre 4 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 22 iun. 2024 13:02:43 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:13: error: variable 'std::ifstream fin' has initializer but incomplete type
4 | ifstream fin("cifre4.in")
| ^
main.cpp:5:1: error: expected ',' or ';' before 'ofstream'
5 | ofstream fout("cifre4.out")
| ^~~~~~~~