Borderou de evaluare (job #2797883)

Utilizator faalaviaFlavia Podariu faalavia Data 10 noiembrie 2021 18:26:39
Problema BFS - Parcurgere in latime Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In member function 'bool UndirectedGraph::havelHakimi(std::vector<int>)': main.cpp:249:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'} and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 249 | if(degrees[0] > degrees.size() - loops) main.cpp: In member function 'std::stack<int> DirectedGraph::topologicalSorting()': main.cpp:374:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<bool>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 374 | for(int node = 1; node < visited.size(); ++node) | ~~~~~^~~~~~~~~~~~~~~~ main.cpp: In function 'std::vector<std::vector<int> > CRITICAL_CONN_LEETCODE(int, std::vector<std::vector<int> >&)': main.cpp:527:31: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 527 | for(unsigned int i = 0; i < m ; ++i) | ~~^~~ main.cpp: In function 'void HAVEL_HAKIMI()': main.cpp:535:12: warning: unused variable 'm' [-Wunused-variable] 535 | int n, m, x, y; | ^ main.cpp:535:15: warning: unused variable 'x' [-Wunused-variable] 535 | int n, m, x, y; | ^ main.cpp:535:18: warning: unused variable 'y' [-Wunused-variable] 535 | int n, m, x, y; | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
13ms184kbIncorect0
21ms184kbIncorect0
31ms184kbIncorect0
45ms438kbIncorect0
510ms831kbIncorect0
6113ms2932kbIncorect0
7334ms7200kbIncorect0
8174ms7413kbIncorect0
9958ms29892kbIncorect0
10961ms29855kbIncorect0
Punctaj total0

Ceva nu functioneaza?