Borderou de evaluare (job #2881889)

Utilizator popashtefan10Popa Stefan popashtefan10 Data 30 martie 2022 23:31:15
Problema Hashuri Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 70

Raport evaluator

Compilare: main.cpp: In function 'void add(int)': main.cpp:14:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 14 | while(i < buckets[x_bucket].size() && buckets[x_bucket][i] != x) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:17:8: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 17 | if(i == buckets[x_bucket].size()) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'void del(int)': main.cpp:25:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 25 | while(i < buckets[x_bucket].size() && buckets[x_bucket][i] != x) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:28:8: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 28 | if(i < buckets[x_bucket].size()) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'bool exists(int)': main.cpp:39:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 39 | while(i < buckets[x_bucket].size() && buckets[x_bucket][i] != x) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:42:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 42 | return i < buckets[x_bucket].size(); | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
114ms12808kbOK1010
214ms12800kbOK1010
314ms12808kbOK1010
4115ms13205kbOK1030
5105ms14352kbOK10
6133ms15749kbOK10
7291ms15794kbOK1010
8526ms21200kbOK100
91201ms23810kbTime limit exceeded0
10853ms23150kbOK10
Punctaj total70

Ceva nu functioneaza?