Borderou de evaluare (job #2202369)
Utilizator | Data | 8 mai 2018 16:40:35 | |
---|---|---|---|
Problema | Tabela | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:4:1: error: ‘ifstream’ does not name a type
ifstream in("tabela.in");
^~~~~~~~
user.cpp:5:1: error: ‘ofstream’ does not name a type
ofstream out("tabela.out");
^~~~~~~~
user.cpp: In function ‘int main()’:
user.cpp:10:2: error: ‘in’ was not declared in this scope
in >> l;
^~
user.cpp:15:3: error: ‘out’ was not declared in this scope
out << '0';
^~~
user.cpp:18:4: error: ‘out’ was not declared in this scope
out << l - c;
^~~
user.cpp:20:4: error: ‘out’ was not declared in this scope
out << c - l;
^~~
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !