Borderou de evaluare (job #688084)

Utilizator avatar marian.hariton Hariton Marian marian.hariton IP ascuns
Problemă Adlic (clasa a 9-a) Compilator cpp-32
Rundă lasm_18_01_2023_clasa11 Status evaluat
Dată 18 ian. 2023 15:59:25 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:3:1: error: 'usinfout' does not name a type 3 | usinfout namespace std; | ^~~~~~~~ main.cpp:4:1: error: 'ifinstream' does not name a type 4 | ifinstream fin("adlic.in"); | ^~~~~~~~~~ main.cpp:5:1: error: 'ofinstream' does not name a type 5 | ofinstream fout("adlic.out"); | ^~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:25:5: error: 'fin' was not declared in this scope 25 | fin>>c>>m; | ^~~ main.cpp:35:13: error: 'fout' was not declared in this scope 35 | fout<<w;i=m; | ^~~~ main.cpp:51:9: error: 'fout' was not declared in this scope 51 | fout<<n; | ^~~~