Borderou de evaluare (job #3190764)

Utilizator raducostacheRadu Costache raducostache Data 7 ianuarie 2024 23:23:33
Problema Senat Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 90

Raport evaluator

Compilare: main.cpp: In constructor 'Graph::Graph(int)': main.cpp:23:19: warning: 'Graph::viz' will be initialized after [-Wreorder] 23 | vector <bool> viz; | ^~~ main.cpp:22:18: warning: 'std::vector<int> Graph::parent' [-Wreorder] 22 | vector <int> parent; | ^~~~~~ main.cpp:25:5: warning: when initialized here [-Wreorder] 25 | Graph(int n) : n(n), adj(n), viz(n), parent(n), flux(n), capacity(n) { | ^~~~~ main.cpp:22:18: warning: 'Graph::parent' will be initialized after [-Wreorder] 22 | vector <int> parent; | ^~~~~~ main.cpp:21:39: warning: 'std::vector<std::unordered_map<int, int> > Graph::flux' [-Wreorder] 21 | vector <unordered_map <int, int>> flux, capacity; | ^~~~ main.cpp:25:5: warning: when initialized here [-Wreorder] 25 | Graph(int n) : n(n), adj(n), viz(n), parent(n), flux(n), capacity(n) { | ^~~~~ main.cpp: In function 'int main()': main.cpp:102:9: warning: unused variable 'x' [-Wunused-variable] 102 | int x, y; | ^ main.cpp:102:12: warning: unused variable 'y' [-Wunused-variable] 102 | int x, y; | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbS-a respectat legea!10
20ms303kbS-a respectat legea!10
30ms303kbS-a respectat legea!10
41ms557kbS-a respectat legea!10
52ms1081kbS-a respectat legea!10
62ms1085kbS-a respectat legea!10
73ms1605kbS-a respectat legea!10
83ms1605kbS-a respectat legea!10
90ms303kbS-a respectat legea!10
1054ms557kbTime limit exceeded0
Punctaj total90

Ceva nu functioneaza?