Borderou de evaluare (job #2907202)

Utilizator Ssebi1Dancau Sebastian Ssebi1 Data 29 mai 2022 12:10:13
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() - 1; 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
11ms184kbRaspuns corect!1010
23ms282kbKilled by Signal 1100
31ms184kbKilled by Signal 1100
428ms1728kbKilled by Signal 1100
5110ms5603kbKilled by Signal 1100
6387ms19329kbKilled by Signal 1100
7132ms14438kbFisier de iesire corupt!00
8807ms34201kbTime limit exceeded0
9591ms38318kbRaspuns corect!1020
10627ms40972kbRaspuns corect!10
Punctaj total30

Ceva nu functioneaza?