Borderou de evaluare (job #639066)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Fermier1 (clasa a 6-a) | Compilator | cpp-32 |
Rundă | pregatire_oji_cls6_vianu | Status | evaluat |
Dată | 7 mar. 2022 11:51:55 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:2:1: error: 'ifstream' does not name a type
2 | ifstream in ("fermier1.in");
| ^~~~~~~~
main.cpp:3:1: error: 'ofstream' does not name a type
3 | ofstream out ("fermier1.out");
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:8:5: error: 'out' was not declared in this scope
8 | out << 10
| ^~~