Borderou de evaluare (job #582023)

Utilizator avatar zeekliviu Liviu Ioan Zecheru zeekliviu IP ascuns
Problemă Amedia Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 15 feb. 2021 18:43:52 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:3:1: error: 'ifstream' does not name a type 3 | ifstream f("amedia.in"); | ^~~~~~~~ main.cpp:4:1: error: 'ofstream' does not name a type 4 | ofstream g("amediat.out"); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:9:5: error: 'f' was not declared in this scope 9 | f>>n; | ^ main.cpp:15:5: error: 'g' was not declared in this scope 15 | g<<d; | ^