Borderou de evaluare (job #2907201)

Utilizator Ssebi1Dancau Sebastian Ssebi1 Data 29 mai 2022 12:09:18
Problema Ciclu Eulerian Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 30

Raport evaluator

Compilare: main.cpp: In function 'std::ostream& operator<<(std::ostream&, Graf&)': main.cpp:81:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 81 | for (int j = 1; j < graf.matriceAdiacenta[i].size(); j++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void Graf::DFS(int, std::vector<int>&)': main.cpp:233:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 233 | 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:282:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 282 | 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:321:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 321 | 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:366:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 366 | for (int i = 1; i < matriceAdiacenta[nod].size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void Graf::DFS_darb(int, std::vector<int>&, int&, int&, int&)': main.cpp:521:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 521 | for (int i = 1; i < matriceAdiacenta[nod].size(); i++) { // parcurgem nodurile adiacente nodului curent | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'void infoarena_dfs()': main.cpp:587:15: warning: unused variable 'S' [-Wunused-variable] 587 | int N, M, S; | ^ main.cpp: In function 'void leetcode_CriticalConnections()': main.cpp:613:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 613 | for (int i = 0; i < result.size(); i++) { | ~~^~~~~~~~~~~~~~~ main.cpp: In function 'void havel_hakimi(std::vector<int>)': main.cpp:869:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 869 | for (int i = 0; i < grade.size() - 1; i++) { | ~~^~~~~~~~~~~~~~~~~~ main.cpp:870:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 870 | for (int j = i + 1; j < grade.size(); j++) { | ~~^~~~~~~~~~~~~~ main.cpp:887:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 887 | if (grad > grade.size()) { | ~~~~~^~~~~~~~~~~~~~ main.cpp: In function 'void infoarena_ciclu_eulerian()': main.cpp:935:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 935 | for (int i = 0; i < sol.size(); i++) { | ~~^~~~~~~~~~~~ main.cpp: In member function 'int Graf::disjoint(int, int, int, std::vector<int>&, std::vector<int>&)': main.cpp:444:1: warning: control reaches end of non-void function [-Wreturn-type] 444 | } | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
11ms274kbRaspuns corect!1010
21ms184kbKilled by Signal 1100
31ms184kbKilled by Signal 1100
430ms1626kbKilled by Signal 1100
5120ms5603kbKilled by Signal 1100
6235ms19423kbKilled by Signal 1100
7232ms15491kbRaspuns corect!100
8803ms32768kbTime limit exceeded0
9589ms38666kbRaspuns corect!1020
10631ms40960kbRaspuns corect!10
Punctaj total30

Ceva nu functioneaza?