Borderou de evaluare (job #3216434)

Utilizator LaloEzvoEduardo Calvo Martinez LaloEzvo Data 17 martie 2024 04:12:36
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:37:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::pair<int, int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 37 | for (int i = 0; i < g.size(); i++){ | ~~^~~~~~~~~~ main.cpp:39:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 39 | for(int j = 0; j < g[i].size(); j++){ | ~~^~~~~~~~~~~~~ main.cpp: In member function 'bool fordFulkerson::findUpdate(int, int, lli&)': main.cpp:62:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 62 | for (int i = 0; i < eIdxs[u].size(); i++){ | ~~^~~~~~~~~~~~~~~~~ main.cpp: In function 'void closureGraph(std::vector<std::vector<int> >&)': main.cpp:120:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 120 | for (int i = 0; i < g.size(); i++){ | ~~^~~~~~~~~~ main.cpp:128:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 128 | for (int j = 0; j < g.size(); j++){ | ~~^~~~~~~~~~ main.cpp: In function 'fgphs gphToFlow(const std::vector<std::vector<int> >&)': main.cpp:152:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 152 | for (int j = 0; j < g[i].size(); j++){ | ~~^~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
110ms389kbKilled by Signal 110
210ms389kbKilled by Signal 110
36ms397kbKilled by Signal 110
44ms397kbKilled by Signal 110
510ms405kbKilled by Signal 110
610ms413kbKilled by Signal 110
710ms438kbKilled by Signal 110
89ms434kbKilled by Signal 110
910ms442kbKilled by Signal 110
1010ms442kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?