Borderou de evaluare (job #2379683)

Utilizator dan.ghitaDan Ghita dan.ghita Data 13 martie 2019 22:00:11
Problema Heapuri Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'void siftDown(int)': main.cpp:23:82: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int index = startIndex, leftChildIndex = startIndex << 1; leftChildIndex < heap.size(); leftChildIndex = index << 1) ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ main.cpp:28:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (leftChildIndex + 1 < heap.size() && heap[index] > heap[leftChildIndex + 1]) ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
12ms131kbIncorect00
22ms131kbIncorect00
33ms131kbIncorect00
49ms1179kbIncorect00
53ms131kbIncorect00
650ms20496kbMemory limit exceeded0
792ms1212kbIncorect0
895ms20496kbMemory limit exceeded0
949ms20496kbMemory limit exceeded0
1049ms20496kbMemory limit exceeded0
Punctaj total0

Ceva nu functioneaza?