Borderou de evaluare (job #2792246)

Utilizator andre.anghelacheAndreea Anghelache andre.anghelache Data 1 noiembrie 2021 11:52:17
Problema Componente biconexe 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:108:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 108 | for(int i=0; i<listaAdiacenta[nodCurent].size(); i++) | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void Graf::sortareTopologica(std::ostream&)': main.cpp:136:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 136 | for(int i = 0; i < listaAdiacenta[nodCurent].size(); i++) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void Graf::initializareCompBiconexe(std::ostream&)': main.cpp:221:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 221 | for(int i = 0; i < nrComponenteBiconexe; i++){ | ~~^~~~~~~~~~~~~~~~~~~~~~ main.cpp:222:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 222 | for(int j = 0; j < componenteBiconexe[i].size(); i++){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:292:65: warning: unused variable 'nodStart' [-Wunused-variable] 292 | int noduri, muchii, extremitateInitiala, extremitateFinala, nodStart; | ^~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
16ms2011kbComponente biconexe: numar gresit0
21ms184kbComponente biconexe: numar gresit0
31ms184kbComponente biconexe: numar gresit0
41ms184kbComponente biconexe: numar gresit0
56ms2142kbComponente biconexe: numar gresit0
610ms2449kbComponente biconexe: numar gresit0
716ms2719kbComponente biconexe: numar gresit0
81ms184kbKilled by Signal 110
91ms184kbKilled by Signal 110
101ms188kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?