Borderou de evaluare (job #1084081)

Utilizator tudorv96Tudor Varan tudorv96 Data 16 ianuarie 2014 18:24:58
Problema Facebook Search Status done
Runda Arhiva ICPC Compilator cpp | Vezi sursa
Scor 100

Raport evaluator

Compilare: user.cpp: In function ‘std::string Convert(std::string)’: user.cpp:60:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < Input.size(); ++i) ^ user.cpp: In function ‘int First_query(std::string)’: user.cpp:71:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz + step < Names.size() && Names[poz + step].first.substr(0, Input.size()) < Input) ^ user.cpp:73:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz + 1 < Names.size() && Names[poz+1].first.substr (0, Input.size()) != Input) ^ user.cpp:75:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz == Names.size() - 1) ^ user.cpp: In function ‘int Last_query(std::string)’: user.cpp:83:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz + step < Names.size() && Names[poz + step].first.substr(0, Input.size()) <= Input) ^ user.cpp: In function ‘int Find(std::string)’: user.cpp:93:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz + step < Names.size() && Names[poz + step].second <= Input) ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
11200ms11840kbOK100
Punctaj total100

Ceva nu functioneaza?