Borderou de evaluare (job #2893552)

Utilizator stefanliciuLiciu Vasile-Stefan stefanliciu Data 26 aprilie 2022 11:34:41
Problema Heapuri Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 40

Raport evaluator

Compilare: main.cpp: In member function 'void Heap::heapify_down(int)': main.cpp:55:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 55 | if (left_child >= 0 && left_child < h.size() && h[left_child] < h[small]) | ~~~~~~~~~~~^~~~~~~~~~ main.cpp:60:38: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 60 | if (right_child >= 0 && right_child < h.size() && h[right_child] < h[small]) | ~~~~~~~~~~~~^~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
11ms184kbOK1010
21ms184kbOK1010
31ms184kbOK1010
410ms430kbOK1010
51ms184kbOK100
674ms2220kbOK10
7235ms5914kbOK10
8175ms4403kbOK10
9260ms3952kbTime limit exceeded0
10262ms3948kbTime limit exceeded0
Punctaj total40

Ceva nu functioneaza?