Borderou de evaluare (job #610747)

Utilizator avatar DajaMihai mihai daja DajaMihai IP ascuns
Problemă Bile 2 (clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 19 oct. 2021 10:41:39 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:1:2: error: invalid preprocessing directive #iclude; did you mean #include? 1 | #iclude <stdio.h> | ^~~~~~ | include main.cpp:2:2: error: invalid preprocessing directive #iclude; did you mean #include? 2 | #iclude <fstream> | ^~~~~~ | include main.cpp:5:1: error: 'fstream' does not name a type 5 | fstream in ("OrignStv2.in"); | ^~~~~~~ main.cpp: In function 'int main()': main.cpp:10:5: error: 'in' was not declared in this scope; did you mean 'i'? 10 | in >> n; | ^~ | i main.cpp:43:13: error: 'out' was not declared in this scope 43 | out << Rzlv[i] | ^~~ main.cpp:46:9: error: 'out' was not declared in this scope 46 | out << "imposibil"; | ^~~