Borderou de evaluare (job #2800853)

Utilizator Ssebi1Dancau Sebastian Ssebi1 Data 14 noiembrie 2021 10:12:48
Problema Sortare topologica Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'std::ostream& operator<<(std::ostream&, Graf&)': main.cpp:66:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 66 | for (int j = 1; j < graf.matriceAdiacenta[i].size(); j++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void Graf::DFS(int, std::vector<int>&)': main.cpp:212:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 212 | for (int i = 1; i < matriceAdiacenta[nod].size(); i++) { // parcurgem nodurile adiacente nodului curent | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'std::vector<std::vector<int> > Graf::muchiiCritice_neeficient()': main.cpp:261:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 261 | for (int j = 1; j < this->matriceAdiacenta[nod].size(); j++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void Graf::MuchieCritica(int, std::vector<int>&, std::vector<int>&, std::vector<int>&, std::vector<int>&, std::vector<std::vector<int> >&)': main.cpp:300:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 300 | for (int i = 1; i < matriceAdiacenta[nod].size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void Graf::sortare_topologica(int, std::vector<int>&, std::vector<int>&)': main.cpp:345:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 345 | for (int i = 0; i < matriceAdiacenta[nod].size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'void infoarena_dfs()': main.cpp:387:15: warning: unused variable 'S' [-Wunused-variable] 387 | int N, M, S; | ^ main.cpp: In function 'void leetcode_CriticalConnections()': main.cpp:413:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 413 | for (int i = 0; i < result.size(); i++) { | ~~^~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
11ms184kbKilled by Signal 110
21ms184kbKilled by Signal 110
31ms184kbKilled by Signal 110
41ms184kbKilled by Signal 110
51ms184kbKilled by Signal 110
614ms626kbKilled by Signal 110
734ms1159kbKilled by Signal 110
826ms1605kbKilled by Signal 110
979ms2928kbKilled by Signal 110
1086ms3715kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?