Borderou de evaluare (job #672718)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cifre8 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 30 oct. 2022 12:52:14 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:13: error: variable 'std::ifstream fin' has initializer but incomplete type
4 | ifstream fin("cifre8.in");
| ^
main.cpp:5:14: error: variable 'std::ofstream fout' has initializer but incomplete type
5 | ofstream fout("cifre8.out");
| ^
main.cpp: In function 'int main()':
main.cpp:27:20: error: expected ';' before '{' token
27 | else (d5 >= d2)
| ^
| ;
28 | {
| ~