Borderou de evaluare (job #3269350)

Utilizator stefanrotaruRotaru Stefan-Florin stefanrotaru Data 18 ianuarie 2025 19:10:07
Problema Secventa 5 Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'void insertHash(int)': main.cpp:21:22: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 21 | if (it.first == k) { | ~~~~~~~~~^~~~ main.cpp: In function 'void eraseHash(int)': main.cpp:37:35: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 37 | if (hashMap[key][i].first == k && hashMap[key][i].second == 1) { main.cpp:42:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 42 | else if (hashMap[key][i].first == k && hashMap[key][i].second > 1) { main.cpp: In function 'bool searchHash(int)': main.cpp:55:22: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 55 | if (it.first == k && it.second == 1) { | ~~~~~~~~~^~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
17ms425kbKilled by Signal 110
28ms438kbKilled by Signal 110
36ms495kbKilled by Signal 110
49ms712kbKilled by Signal 110
513ms827kbKilled by Signal 110
624ms1470kbKilled by Signal 110
742ms3092kbKilled by Signal 110
853ms3637kbKilled by Signal 110
961ms4431kbKilled by Signal 110
10230ms36331kbIncorect0
Punctaj total0

Ceva nu functioneaza?