Borderou de evaluare (job #2893472)

Utilizator stefanliciuLiciu Vasile-Stefan stefanliciu Data 25 aprilie 2022 23:01:16
Problema Heapuri Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 10

Raport evaluator

Compilare: main.cpp: In member function 'void Heap::heapify_down(int)': main.cpp:81:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 81 | if (left_child < h.size() && h[left_child] < h[small]) | ~~~~~~~~~~~^~~~~~~~~~ main.cpp:86:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 86 | if (right_child < h.size() && h[right_child] < h[small]) | ~~~~~~~~~~~~^~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
11ms274kbOK1010
21ms184kbKilled by Signal 1100
31ms184kbKilled by Signal 1100
41ms184kbKilled by Signal 1100
51ms184kbOK100
61ms184kbKilled by Signal 110
784ms2588kbOK10
81ms184kbKilled by Signal 110
91ms184kbKilled by Signal 110
105ms1830kbKilled by Signal 110
Punctaj total10

Ceva nu functioneaza?