Borderou de evaluare (job #737523)

Utilizator avatar andreifilimon Popescu Filimon Andrei Cosmin andreifilimon IP ascuns
Problemă Hashuri (clasa a 9-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 11 oct. 2023 18:49:07 Scor 70

Raport evaluator

Compilare: main.cpp: In function 'void addnr(int)': main.cpp:17:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 17 | while(i<h[hashval].size() && h[hashval][i]!=x) | ~^~~~~~~~~~~~~~~~~~ main.cpp:20:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 20 | if(i==h[hashval].size()) | ~^~~~~~~~~~~~~~~~~~~ main.cpp: In function 'void removenr(int)': main.cpp:29:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 29 | while(i<h[hashval].size() && h[hashval][i]!=x) | ~^~~~~~~~~~~~~~~~~~ main.cpp:31:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 31 | if(i<h[hashval].size()) | ~^~~~~~~~~~~~~~~~~~ main.cpp: In function 'bool checknr(int)': main.cpp:40:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 40 | while(i<h[hashval].size() && h[hashval][i]!=x) | ~^~~~~~~~~~~~~~~~~~ main.cpp:42:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 42 | return i<h[hashval].size(); | ~^~~~~~~~~~~~~~~~~~
Test Timp execuție Memorie folosită Mesaj Punctaj/test Punctaj/grupă
1 1 ms 245 kb OK 10 10
2 1 ms 245 kb OK 10 10
3 1 ms 245 kb OK 10 10
4 79 ms 192 kb OK 10 30
5 109 ms 512 kb OK 10
6 289 ms 671 kb OK 10
7 997 ms 835 kb OK 10 10
8 1708 ms 2080 kb Time limit exceeded 0 0
9 1702 ms 1458 kb Time limit exceeded 0
10 1707 ms 1445 kb Time limit exceeded 0
Punctaj total 70