Pagini recente » Borderou de evaluare (job #895936) | Borderou de evaluare (job #1484306) | Borderou de evaluare (job #484772) | Borderou de evaluare (job #2682334) | Borderou de evaluare (job #1954098)
Borderou de evaluare (job #1954098)
Raport evaluator
Compilare:
user.cpp: In function ‘void adauga(int, int)’:
user.cpp:22:33: warning: unused variable ‘i’ [-Wunused-variable]
int hashKey = aux % modulo, i;
^
user.cpp: In function ‘int search(int)’:
user.cpp:35:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0;i < Hash[hashKey].size(); i++)
^
user.cpp:34:33: warning: unused variable ‘i’ [-Wunused-variable]
int hashKey = aux % modulo, i;
^
user.cpp: In function ‘void sterge(int)’:
user.cpp:49:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(i = 0;i < Hash[hashKey].size();i++)
^
user.cpp:47:9: warning: unused variable ‘aux’ [-Wunused-variable]
int aux;
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 736ms | 16332kb | OK | 100 |
Punctaj total | 100 |