Borderou de evaluare (job #3269351)

Utilizator stefanrotaruRotaru Stefan-Florin stefanrotaru Data 18 ianuarie 2025 19:12:19
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
18ms425kbKilled by Signal 110
211ms438kbKilled by Signal 110
36ms528kbKilled by Signal 110
48ms684kbKilled by Signal 110
512ms823kbKilled by Signal 110
621ms1515kbKilled by Signal 110
742ms3092kbKilled by Signal 110
852ms3649kbKilled by Signal 110
962ms4456kbKilled by Signal 110
10230ms36417kbIncorect0
Punctaj total0

Ceva nu functioneaza?