Borderou de evaluare (job #737636)

Utilizator avatar superbibi victor hudea superbibi IP ascuns
Problemă Ucif (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 12 oct. 2023 19:00:23 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:1:2: error: invalid preprocessing directive #inlude; did you mean #include? 1 | #inlude <fstream> | ^~~~~~ | include main.cpp:5:1: error: 'ifstream' does not name a type 5 | ifstream fin("ucif.in"); | ^~~~~~~~ main.cpp:6:1: error: 'ofstream' does not name a type 6 | ofstream fout("ucif.out"); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:11:5: error: 'fin' was not declared in this scope 11 | fin >> n; | ^~~ main.cpp:23:5: error: 'fout' was not declared in this scope 23 | fout << s; | ^~~~