Borderou de evaluare (job #1155105)

Utilizator catalincraciunCraciun Catalin catalincraciun Data 26 martie 2014 17:37:05
Problema Randuri Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:8:1: error: ‘ifstream’ does not name a type ifstream fin("randuri.in"); ^ user.cpp:9:1: error: ‘ofstream’ does not name a type ofstream fout("randuri.out"); ^ user.cpp: In function ‘void EraseRows()’: user.cpp:38:25: warning: unused variable ‘erased’ [-Wunused-variable] int i, j, k, d, max, erased; ^ user.cpp: In function ‘void Read()’: user.cpp:62:17: error: ‘fin’ was not declared in this scope for ( L = 0; fin.getline(R[L], 252); L++ ); ^ user.cpp:63:4: error: ‘fin’ was not declared in this scope fin.close(); ^ user.cpp: In function ‘void Write()’: user.cpp:68:4: error: ‘fout’ was not declared in this scope fout << int(E[0][L - 1]) << '\n'; ^

Ceva nu functioneaza?