Pentru această operație este nevoie să te autentifici.
Borderou de evaluare (job #666284)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Algebra (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 3 oct. 2022 10:42:08 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:86:10: error: redefinition of 'std::ifstream in'
86 | ifstream in("algebra.in");
| ^~
main.cpp:6:10: note: 'std::ifstream in' previously declared here
6 | ifstream in("algebra.in");
| ^~
main.cpp:87:10: error: redefinition of 'std::ofstream out'
87 | ofstream out("algebra.out");
| ^~~
main.cpp:7:10: note: 'std::ofstream out' previously declared here
7 | ofstream out("algebra.out");
| ^~~