Borderou de evaluare (job #3294515)

Utilizator cesar1RCesar R cesar1R Data 24 aprilie 2025 23:38:59
Problema Drumuri2 Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In member function 'void FordFulkerson::init()': main.cpp:35:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::pair<int, long long int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 35 | for(int i = 0; i < g.size(); i++){ | ~~^~~~~~~~~~ main.cpp:36:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 36 | for(int j = 0; j < g[i].size(); j++){ | ~~^~~~~~~~~~~~~ main.cpp: In member function 'bool FordFulkerson::findAndUpdate(int, int, long long int&)': main.cpp:58:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 58 | for (int i = 0; i < eIndexes[u]. size(); i++){ | ~~^~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'void DFS(std::vector<std::vector<int> >, std::vector<std::vector<int> >&)': main.cpp:140:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 140 | for(int nd = 0; nd < edges.size(); nd++){ | ~~~^~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
15ms397kbKilled by Signal 110
28ms397kbKilled by Signal 110
38ms401kbKilled by Signal 110
45ms405kbKilled by Signal 110
58ms401kbKilled by Signal 110
68ms405kbKilled by Signal 110
78ms401kbKilled by Signal 110
88ms405kbKilled by Signal 110
98ms405kbKilled by Signal 110
108ms405kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?