Borderou de evaluare (job #3269356)

Utilizator stefanrotaruRotaru Stefan-Florin stefanrotaru Data 18 ianuarie 2025 19:19:31
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
110ms430kbKilled by Signal 110
26ms442kbKilled by Signal 110
36ms524kbKilled by Signal 110
47ms684kbKilled by Signal 110
513ms880kbKilled by Signal 110
625ms1470kbKilled by Signal 110
742ms3088kbKilled by Signal 110
853ms3633kbKilled by Signal 110
961ms4431kbKilled by Signal 110
10239ms36331kbIncorect0
Punctaj total0

Ceva nu functioneaza?