Borderou de evaluare (job #2906463)

Utilizator MoarcascosminMoarcas Cosmin Moarcascosmin Data 26 mai 2022 08:48:09
Problema Progr Status done
Runda Arhiva ICPC Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'void add(int)': main.cpp:29:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 29 | while ( i < myHash[hash].size() && myHash[hash][i] != val ) | ~~^~~~~~~~~~~~~~~~~~~~~ main.cpp:32:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 32 | if ( i == myHash[hash].size() ) | ~~^~~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'bool find(int)': main.cpp:41:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 41 | while ( i < myHash[hash].size() && myHash[hash][i] != val ) | ~~^~~~~~~~~~~~~~~~~~~~~ main.cpp:44:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 44 | return i < myHash[hash].size(); | ~~^~~~~~~~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
1832ms2727kbOK100
Punctaj total100

Ceva nu functioneaza?