Borderou de evaluare (job #2794110)

Utilizator teodorescunicolasteodorescu nicolas alexandru teodorescunicolas Data 4 noiembrie 2021 12:32:23
Problema Progr Status done
Runda Arhiva ICPC Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

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

Ceva nu functioneaza?