Borderou de evaluare (job #2662243)

Utilizator IRadu1529Radu Ionescu IRadu1529 Data 23 octombrie 2020 18:46:37
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:1:10: error: #include expects "FILENAME" or <FILENAME> #include bits/stdc++.h ^~~~ main.cpp:3:1: error: 'ifstream' does not name a type ifstream fin("cuplaj.in"); ^~~~~~~~ main.cpp:4:1: error: 'ofstream' does not name a type ofstream fout("cuplaj.out"); ^~~~~~~~ main.cpp:7:1: error: 'vector' does not name a type vector<vector<int>> g(N, vector<int>()); ^~~~~~ main.cpp: In function 'bool cuplaj(int)': main.cpp:13:16: error: 'g' was not declared in this scope for (auto y : g[nod]) ^ main.cpp: In function 'int main()': main.cpp:22:2: error: 'fin' was not declared in this scope fin >> n >> m >> e; ^~~ main.cpp:27:3: error: 'g' was not declared in this scope g[x].push_back(y); ^ main.cpp:32:29: error: 'memset' was not declared in this scope memset(viz, 0, sizeof(viz)); ^ main.cpp:39:2: error: 'fout' was not declared in this scope fout << cnt << "\n"; ^~~~ Non zero exit status: 1

Ceva nu functioneaza?