Borderou de evaluare (job #646907)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Culori (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 9 apr. 2022 11:07:47 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:3:1: error: 'ifstream' does not name a type
3 | ifstream fin ( "culori.in" );
| ^~~~~~~~
main.cpp:4:1: error: 'ofstream' does not name a type
4 | ofstream fout ( "culori.out" );
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:9:5: error: 'fin' was not declared in this scope
9 | fin>>n;
| ^~~
main.cpp:16:13: error: 'fout' was not declared in this scope
16 | fout<<x;
| ^~~~