Borderou de evaluare (job #3269354)

Utilizator stefanrotaruRotaru Stefan-Florin stefanrotaru Data 18 ianuarie 2025 19:18:00
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) { | ~~~~~~~~~^~~~ In file included from /usr/include/c++/12.2.1/vector:64, from main.cpp:2: In member function 'constexpr void std::vector<_Tp, _Alloc>::clear() [with _Tp = std::pair<unsigned int, int>; _Alloc = std::allocator<std::pair<unsigned int, int> >]', inlined from 'long long int twoPointers(int)' at main.cpp:88:25: /usr/include/c++/12.2.1/bits/stl_vector.h:1601:24: warning: iteration 666013 invokes undefined behavior [-Waggressive-loop-optimizations] 1601 | { _M_erase_at_end(this->_M_impl._M_start); } | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'long long int twoPointers(int)': main.cpp:87:23: note: within this loop 87 | for (int i = 0; i <= MOD; ++i) { | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
110ms434kbKilled by Signal 110
26ms438kbKilled by Signal 110
36ms516kbKilled by Signal 110
47ms737kbKilled by Signal 110
513ms827kbKilled by Signal 110
622ms1486kbKilled by Signal 110
743ms3129kbKilled by Signal 110
853ms3633kbKilled by Signal 110
961ms4468kbKilled by Signal 110
10235ms36331kbIncorect0
Punctaj total0

Ceva nu functioneaza?