Borderou de evaluare (job #2379782)

Utilizator dan.ghitaDan Ghita dan.ghita Data 14 martie 2019 01:02:53
Problema Heapuri Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'void down(int)': main.cpp:24:70: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int index = startIndex, childIndex = index << 1; childIndex < heap.size(); index = childIndex, childIndex <<= 1) ~~~~~~~~~~~^~~~~~~~~~~~~ main.cpp:27:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (childIndex + 1 < heap.size() && v[heap[childIndex]] > v[heap[childIndex + 1]]) ~~~~~~~~~~~~~~~^~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
12ms131kbOK1010
22ms131kbOK1010
33ms131kbOK1010
48ms393kbOK1010
53ms131kbOK1060
668ms2232kbOK10
7124ms3309kbOK10
885ms2392kbOK10
9137ms4476kbOK10
10130ms4476kbOK10
Punctaj total100

Ceva nu functioneaza?