Borderou de evaluare (job #757394)

Utilizator avatar Mitrut_Sebeni Mitrut Sebeni Gabriel Mitrut_Sebeni IP ascuns
Problemă 235 (clasa a 8-a) Compilator cpp-32
Rundă lmk_8_vs Status evaluat
Dată 23 ian. 2024 19:57:28 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:3:1: error: 'ifstream' does not name a type 3 | ifstream fin("235.in"); | ^~~~~~~~ main.cpp:4:1: error: 'ofstream' does not name a type 4 | ofstream fout("235.out"); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:9:5: error: 'fin' was not declared in this scope; did you mean 'sin'? 9 | fin >> n; | ^~~ | sin main.cpp:18:5: error: 'fout' was not declared in this scope 18 | fout << k; | ^~~~