Borderou de evaluare (job #664515)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Aritmetica2 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 27 sept. 2022 14:12:46 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:12: error: variable 'std::ifstream in' has initializer but incomplete type
4 | ifstream in("aritmetica?.in");
| ^
main.cpp:5:13: error: variable 'std::ofstream out' has initializer but incomplete type
5 | ofstream out("aritmetica?.out")
| ^
main.cpp:6:1: error: expected ',' or ';' before 'int'
6 | int main()
| ^~~