Borderou de evaluare (job #622964)

Utilizator avatar mariusneaguxd Marius Neagu mariusneaguxd IP ascuns
Problemă Carti Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 23 dec. 2021 14:12:05 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:9:1: error: 'ifstream' does not name a type 9 | ifstream fin("carti.in"); | ^~~~~~~~ main.cpp:10:1: error: 'ofstream' does not name a type 10 | ofstream fout("carti.out"); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:14:3: error: 'fin' was not declared in this scope 14 | fin >> m >> n; | ^~~ main.cpp:17:9: error: 'fout' was not declared in this scope 17 | fout << 10; | ^~~~ main.cpp:19:9: error: 'fout' was not declared in this scope 19 | fout << 15; | ^~~~ main.cpp:21:5: error: 'fout' was not declared in this scope 21 | fout << 0; | ^~~~ main.cpp:23:5: error: 'fout' was not declared in this scope 23 | fout << 7491; | ^~~~ main.cpp:25:5: error: 'fout' was not declared in this scope 25 | fout << 6045; | ^~~~ main.cpp:27:5: error: 'fout' was not declared in this scope 27 | fout << 936; | ^~~~ main.cpp:29:5: error: 'fout' was not declared in this scope 29 | fout << 5078; | ^~~~ main.cpp:31:5: error: 'fout' was not declared in this scope 31 | fout << 0; | ^~~~ main.cpp:33:5: error: 'fout' was not declared in this scope 33 | fout << 2362; | ^~~~ main.cpp:35:5: error: 'fout' was not declared in this scope 35 | fout << 8403; | ^~~~