Borderou de evaluare (job #2907795)

Utilizator NefelibataAnton Marius Alexandru Nefelibata Data 31 mai 2022 17:22:46
Problema Heapuri cu reuniune Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'void print(std::vector<int>&)': main.cpp:9:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 9 | for (int i = 0; i < v.size(); ++i) { | ~~^~~~~~~~~~ main.cpp: In function 'void heapify(std::vector<int>&, int)': main.cpp:25:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 25 | if (l < v.size() && v[l] > v[maxx]) { | ~~^~~~~~~~~~ main.cpp:28:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 28 | if (r < v.size() && v[r] > v[maxx]) { | ~~^~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
11ms184kbKilled by Signal 110
2304ms184kbTime limit exceeded0
31ms184kbKilled by Signal 110
41ms184kbKilled by Signal 110
510ms184kbKilled by Signal 110
61ms184kbKilled by Signal 110
71ms184kbKilled by Signal 110
81ms184kbKilled by Signal 110
91ms184kbKilled by Signal 110
101ms184kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?