Borderou de evaluare (job #2225126)

Utilizator AlexDabuDabu Alexandru AlexDabu Data 25 iulie 2018 23:17:36
Problema Cuplaj maxim in graf bipartit Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp: In function ‘int PairUp(int)’: user.cpp:37:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < bounds[from].size(); i++) ~~^~~~~~~~~~~~~~~~~~~~~ user.cpp: In function ‘void GetMaxFlow()’: user.cpp:61:42: error: ‘memset’ was not declared in this scope memset(wasVisited, 0, sizeof wasVisited); ^ user.cpp: In function ‘void Print()’: user.cpp:77:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (unsigned int i = 1; i <= n; i++) ~~^~~~

Ceva nu functioneaza?