Borderou de evaluare (job #1624022)
Utilizator | Data | 1 martie 2016 23:33:50 | |
---|---|---|---|
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:71:13: error: ‘fout’ was not declared in this scope
fout<<M[i][j];
^
user.cpp:72:13: error: ‘fout’ was not declared in this scope
fout<<endl;
^
user.cpp:72:19: error: ‘endl’ was not declared in this scope
fout<<endl;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !