Borderou de evaluare (job #783647)

Utilizator avatar Mariuka Tudorache Maria Alexia Mariuka IP ascuns
Problemă Triunghiurile de 5 bani (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 10 aug. 2024 20:17:24 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:5:1: error: 'ifsteram' does not name a type 5 | ifsteram fin("triunghiuri.in"); | ^~~~~~~~ main.cpp:6:1: error: 'ofsteram' does not name a type 6 | ofsteram fout("triunghiuri.out"); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:11:5: error: 'fin' was not declared in this scope 11 | fin>>n; | ^~~ main.cpp:20:5: error: 'fout' was not declared in this scope 20 | fout<<lei<<' '<<rest; | ^~~~