Borderou de evaluare (job #669334)

Utilizator avatar Postolache Andrei Postolache Postolache IP ascuns
Problemă Fantasy Premier League Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 14 oct. 2022 19:33:16 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:12:1: error: 'ifstream' does not name a type 12 | ifstream fin ("fpl.in"); | ^~~~~~~~ main.cpp:13:1: error: 'ofstream' does not name a type 13 | ofstream fout ("fpl.out"); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:34:5: error: 'fin' was not declared in this scope 34 | fin >> cerinta >> n; | ^~~ main.cpp:47:9: error: 'fout' was not declared in this scope 47 | fout << max1 << " " << max1poz; | ^~~~