Borderou de evaluare (job #2970654)

Utilizator Carol2002Stanciu ioan Carol Carol2002 Data 25 ianuarie 2023 17:44:48
Problema Cuplaj maxim in graf bipartit Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:3:1: error: 'ifstream' does not name a type 3 | ifstream in("cuplaj.in"); | ^~~~~~~~ main.cpp:4:1: error: 'ofstream' does not name a type 4 | ofstream out("cuplaj.out"); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:35:5: error: 'in' was not declared in this scope; did you mean 'n'? 35 | in >> n >> m >> e; | ^~ | n main.cpp:59:5: error: 'out' was not declared in this scope 59 | out << cnt << '\n'; | ^~~ Non zero exit status: 1

Ceva nu functioneaza?