Borderou de evaluare (job #2815919)

Utilizator SofeiAndreiSofei Andrei SofeiAndrei Data 10 decembrie 2021 16:55:51
Problema Flux maxim Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In member function 'void graf::sortare_topologica()': main.cpp:125:27: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 125 | while(rezolvare.size()<n){ | ~~~~~~~~~~~~~~~~^~ main.cpp:126:45: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 126 | for(int i=1;i<=n && rezolvare.size()<n;i++){ | ~~~~~~~~~~~~~~~~^~ main.cpp: In member function 'void graf::ctc()': main.cpp:175:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 175 | for(int j=0;j<vecini[i].size();j++){ | ~^~~~~~~~~~~~~~~~~ main.cpp: In member function 'void graf::Componente_Biconexe()': main.cpp:226:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 226 | for(int i=0;i<solutie.size();i++){ | ~^~~~~~~~~~~~~~~ main.cpp:227:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 227 | for(int j=0;j<solutie[i].size();j++){ | ~^~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void graf::DFS3(int, int*, bool*, std::stack<std::pair<int, int> >&, int*, int*, std::vector<std::vector<int> >&, int)': main.cpp:269:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 269 | for(int j=0;j<temporar_muchii[1].size();j++){ | ~^~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void graf::Muchii_Critice()': main.cpp:302:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 302 | for(int i=0;i<solutie.size();i++){ | ~^~~~~~~~~~~~~~~ main.cpp:304:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 304 | if(i!=solutie.size()-1){ | ~^~~~~~~~~~~~~~~~~~ main.cpp: In function 'bool Havel_Hakimi(std::vector<int>)': main.cpp:346:29: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'} and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 346 | if(grade[grade.size()-1]>grade.size()-1){ main.cpp:352:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 352 | if(cel_cel_mai_mare_grad>grade.size()){ | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ main.cpp: In member function 'bool graf::BFS_flux_maxim(int, int, std::vector<int>&, std::vector<bool>&, const std::vector<std::vector<int> >&, const std::vector<std::vector<int> >&)': main.cpp:486:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 486 | for(int i=0;i<vecini[coada.front()].size();i++){ | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'int graf::flux_maxim(int)': main.cpp:516:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 516 | for(int i=0;i<vecini_final_de_intors.size();i++){ | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void graf_cu_costuri::kruskall()': main.cpp:606:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, std::pair<int, int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 606 | for(int i=0;i<muchii.size();i++){ | ~^~~~~~~~~~~~~~ main.cpp:615:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 615 | for(int i=0;i<solutie.size();i++){ | ~^~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
12ms184kbKilled by Signal 1100
22ms184kbKilled by Signal 1100
32ms184kbKilled by Signal 1100
42ms188kbKilled by Signal 1100
52ms184kbKilled by Signal 1100
62ms184kbKilled by Signal 1100
72ms262kbKilled by Signal 1100
82ms184kbKilled by Signal 1100
92ms184kbKilled by Signal 110
102ms184kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?