Borderou de evaluare (job #1375011)

Utilizator andreim99Andrei Muresanie andreim99 Data 5 martie 2015 11:44:34
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?