Borderou de evaluare (job #3269348)

Utilizator stefanrotaruRotaru Stefan-Florin stefanrotaru Data 18 ianuarie 2025 19:08:57
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
17ms434kbKilled by Signal 110
26ms458kbKilled by Signal 110
36ms491kbKilled by Signal 110
49ms684kbKilled by Signal 110
513ms823kbKilled by Signal 110
622ms1490kbKilled by Signal 110
742ms3092kbKilled by Signal 110
854ms3637kbKilled by Signal 110
961ms4431kbKilled by Signal 110
10245ms36327kbIncorect0
Punctaj total0

Ceva nu functioneaza?