Borderou de evaluare (job #859944)

Utilizator avatar malecu1207 Alecu Mihai Catalin malecu1207 IP ascuns
Problemă Sir9i Compilator cpp
Rundă Arhiva de probleme Status evaluat
Dată 5 mai 2026 18:02:33 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:4:12: error: variable 'std::ifstream in' has initializer but incomplete type 4 | ifstream in("sir9i.in"); | ^ main.cpp:2:1: note: 'std::ifstream' is defined in header '<fstream>'; this is probably fixable by adding '#include <fstream>' 1 | #include <iostream> +++ |+#include <fstream> 2 | main.cpp:5:13: error: variable 'std::ofstream out' has initializer but incomplete type 5 | ofstream out("sir9i.out"); | ^ main.cpp:5:13: note: 'std::ofstream' is defined in header '<fstream>'; this is probably fixable by adding '#include <fstream>'