Borderou de evaluare (job #616689)

Utilizator avatar rebecca Gheorghe Rebecca rebecca IP ascuns
Problemă Minnrk (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 17 nov. 2021 07:55:06 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:8:14: error: conflicting declaration 'std::ofstream fin' 8 | ofstream fin("minnrk.out"); | ^~~ main.cpp:7:14: note: previous declaration as 'std::ifstream fin' 7 | ifstream fin("minnrk.in"); | ^~~ main.cpp:18:9: error: 'fout' was not declared in this scope 18 | fout<<0; | ^~~~ main.cpp:27:9: error: 'fout' was not declared in this scope 27 | fout<<i; | ^~~~ main.cpp:48:5: error: 'fout' was not declared in this scope 48 | fout.close(); | ^~~~