Borderou de evaluare (job #598933)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cifre (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 21 mai 2021 09:43:58 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:12: error: variable 'std::ifstream in' has initializer but incomplete type
5 | ifstream in("cifre.in");
| ^
main.cpp:6:13: error: variable 'std::ofstream out' has initializer but incomplete type
6 | ofstream out("cifre.out");
| ^
main.cpp: In function 'int CifSuc(long long int)':
main.cpp:20:1: warning: control reaches end of non-void function [-Wreturn-type]
20 | }
| ^