Borderou de evaluare (job #3297206)

Utilizator stefanchpStefan Chiper stefanchp Data 22 mai 2025 03:27:35
Problema Heapuri cu reuniune Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'void Consolidate()': main.cpp:105:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<node*>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 105 | while (d < degree_table.size() && degree_table[d] != NULL) { // Verifică limitele lui d | ~~^~~~~~~~~~~~~~~~~~~~~ main.cpp:113:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<node*>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 113 | if(d >= degree_table.size()){ // Previne ieșirea din limite dacă gradul crește mult | ~~^~~~~~~~~~~~~~~~~~~~~~ main.cpp:117:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<node*>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 117 | if(d < degree_table.size()){ // Verifică din nou limitele | ~~^~~~~~~~~~~~~~~~~~~~~ main.cpp:126:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<node*>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 126 | for (int i = 0; i < degree_table.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'bool Extract_min_fib(int&)': main.cpp:156:15: warning: unused variable 'current_child' [-Wunused-variable] 156 | node* current_child = z->child; | ^~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbOK10
20ms303kbOK10
30ms303kbOK10
47ms1867kbOK10
59ms2392kbOK10
628ms6991kbOK10
729ms6017kbOK10
839ms9551kbOK10
944ms10452kbOK10
1044ms10944kbOK10
Punctaj total100

Ceva nu functioneaza?