Borderou de evaluare (job #814588)

Utilizator avatar petri Anghel Horia Petru petri IP ascuns
Problemă Parola (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 13 mar. 2025 18:47:50 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:78:10: error: redefinition of 'std::ifstream in' 78 | ifstream in ("semipalindrom.in"); | ^~ main.cpp:4:10: note: 'std::ifstream in' previously declared here 4 | ifstream in ("semipalindrom.in"); | ^~ main.cpp:79:10: error: redefinition of 'std::ofstream out' 79 | ofstream out ("semipalindrom.out"); | ^~~ main.cpp:5:10: note: 'std::ofstream out' previously declared here 5 | ofstream out ("semipalindrom.out"); | ^~~ main.cpp:81:5: error: redefinition of 'int main()' 81 | int main() | ^~~~ main.cpp:7:5: note: 'int main()' previously defined here 7 | int main() | ^~~~