Borderou de evaluare (job #1828648)
| Utilizator | Data | 13 decembrie 2016 18:09:36 | |
|---|---|---|---|
| Problema | Cartele | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Eroare de compilare:
user.cpp:6:1: error: ‘ifstream’ does not name a type
ifstream fin("cartele.in");
^
user.cpp:7:1: error: ‘ofstream’ does not name a type
ofstream fout("cartele.out");
^
user.cpp: In function ‘int main()’:
user.cpp:21:4: error: ‘fin’ was not declared in this scope
fin.close();
^
user.cpp:22:4: error: ‘fout’ was not declared in this scope
fout.close();
^
user.cpp: In function ‘void Rezolva()’:
user.cpp:28:4: error: ‘fin’ was not declared in this scope
fin >> n >> C;
^
user.cpp:55:13: error: ‘fout’ was not declared in this scope
fout << 1 << '\n';
^
user.cpp:57:13: error: ‘fout’ was not declared in this scope
fout << 0 << '\n';
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
