Borderou de evaluare (job #2815847)

Utilizator oporanu.alexAlex Oporanu oporanu.alex Data 10 decembrie 2021 15:04:53
Problema Ciclu Eulerian Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 50

Raport evaluator

Compilare: main.cpp: In member function 'void Graph::Darb(std::ofstream&)': main.cpp:241:9: warning: unused variable 'fLast_dist' [-Wunused-variable] 241 | int fLast_dist = firstLast.second; | ^~~~~~~~~~ main.cpp: In member function 'void Graph::Kruskal(std::ofstream&)': main.cpp:496:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 496 | for(int j = 0; j < adj[i].size(); ++j){ | ~~^~~~~~~~~~~~~~~ main.cpp:515:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Edge>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 515 | for(;i < edges.size() && cnt <= E - 1; ++i){ | ~~^~~~~~~~~~~~~~ main.cpp: In member function 'bool Graph::bfsFlow(int*, int (*)[200005], int (*)[200005])': main.cpp:139:21: warning: iteration 200004 invokes undefined behavior [-Waggressive-loop-optimizations] 139 | {vis[i] = false; dad[i] = 0;} | ~~~~~~~^~~~~~~ main.cpp:138:24: note: within this loop 138 | for(int i = 1; i <= nmax; ++i) | ~~^~~~~~~ main.cpp:139:21: warning: 'void* __builtin_memset(void*, int, long unsigned int)' forming offset 200005 is out of the bounds [0, 200005] of object 'vis' with type 'bool [200005]' [-Warray-bounds] 139 | {vis[i] = false; dad[i] = 0;} | ~~~~~~~^~~~~~~ main.cpp:137:12: note: 'vis' declared here 137 | bool vis[nmax]; | ^~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
115ms10715kbRaspuns corect!1010
216ms10706kbRaspuns corect!1010
320ms10948kbRaspuns corect!1010
458ms12288kbRaspuns corect!1010
5121ms14135kbRaspuns corect!1010
6167ms14934kbKilled by Signal 1100
7120ms14008kbFisier de iesire corupt!00
8168ms15532kbKilled by Signal 110
9144ms14688kbKilled by Signal 1100
10163ms15859kbKilled by Signal 110
Punctaj total50

Ceva nu functioneaza?