Borderou de evaluare (job #967627)

Utilizator rekingCretu Bogdan reking Data 28 iunie 2013 04:47:49
Problema Cartele 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("cartele.in"); ^ user.cpp:6:1: error: ‘ofstream’ does not name a type ofstream fout("cartele.out"); ^ user.cpp: In function ‘int main()’: user.cpp:20:4: error: ‘fin’ was not declared in this scope fin.close(); ^ user.cpp:21:4: error: ‘fout’ was not declared in this scope fout.close(); ^ user.cpp: In function ‘void Rezolva()’: user.cpp:27:4: error: ‘fin’ was not declared in this scope fin >> n >> C; ^ user.cpp:54:13: error: ‘fout’ was not declared in this scope fout << 1 << '\n'; ^ user.cpp:56:13: error: ‘fout’ was not declared in this scope fout << 0 << '\n'; ^

Ceva nu functioneaza?