Borderou de evaluare (job #1624026)

Utilizator BicuDanBicu Daniel BicuDan Data 1 martie 2016 23:35:53
Problema Compresie Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:5:1: error: ‘ifstream’ does not name a type ifstream fin("compresie.in"); ^ user.cpp:6:1: error: ‘ofstream’ does not name a type ofstream fout("compresie.out"); ^ user.cpp: In function ‘int main()’: user.cpp:49:4: error: ‘fin’ was not declared in this scope fin.getline(s,1000001); ^ user.cpp:63:2: error: ‘fout’ was not declared in this scope fout<<nr; ^ user.cpp:72:19: error: ‘endl’ was not declared in this scope fout<<endl; ^

Ceva nu functioneaza?