Borderou de evaluare (job #2798726)

Utilizator oana_mireaMirea Oana-Gabriela oana_mirea Data 11 noiembrie 2021 19:32:41
Problema Componente tare conexe Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In member function 'void Graf::BFS(int)': main.cpp:65:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 65 | for (int j = 0; j < lista_ad[q.front()].size();j++) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:77:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 77 | for (int i = 1; i <= dist.size()-1;i++) | ~~^~~~~~~~~~~~~~~~ main.cpp: In member function 'void Graf::DFS(int, std::vector<bool>&)': main.cpp:87:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 87 | for (int i = 0; i < lista_ad[start].size(); i++) | ~~^~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void Graf::DFSsort(int, std::vector<int>&, std::stack<int>&)': main.cpp:100:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 100 | for (int i = 0; i < lista_ad[start].size(); i++) | ~~^~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void Graf::DFSt(int, std::vector<int>&, std::vector<std::vector<int> >&, int)': main.cpp:145:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 145 | for(int i = 0; i < lista_ad[start].size(); i++){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void Graf::CTC()': main.cpp:175:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 175 | for (int i = 0; i < s2.size(); i++) | ~~^~~~~~~~~~~ main.cpp:179:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 179 | for (int j = 0; j < s2[i].size(); j++) | ~~^~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
11ms184kbNumar de componente gresit00
21ms184kbNumar de componente gresit0
31ms184kbNumar de componente gresit0
41ms274kbNumar de componente gresit00
53ms335kbNumar de componente gresit0
618ms630kbNumar de componente gresit0
739ms1490kbNumar de componente gresit00
878ms3076kbNumar de componente gresit0
9164ms6701kbNumar de componente gresit0
10191ms9191kbNumar de componente gresit00
Punctaj total0

Ceva nu functioneaza?