Borderou de evaluare (job #1462973)

Utilizator Marius_mFMI-M2 Marius Melemciuc Marius_m Data 19 iulie 2015 15:35:11
Problema Trie Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 100

Raport evaluator

Compilare: user.cpp: In function ‘void pushToTrie(Trie*, int, std::string&)’: user.cpp:43:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (letter == str.size()) { // finished the current word ^ user.cpp: In function ‘bool popFromTrie(Trie*, int, std::string&)’: user.cpp:56:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (letter == str.size()) { // finished the current word ^ user.cpp: In function ‘int getNumberOfWords(Trie*, int, std::string&)’: user.cpp:78:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (letter == str.size()) // we have reached the end of the word ^ user.cpp: In function ‘int getLengthOfPrefix(Trie*, int, std::string&)’: user.cpp:90:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (letter == str.size() || node->child[str[letter] - 'a'] == NULL) // if I've finished the current word or ^
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms432kbOK55
20ms448kbOK55
30ms452kbOK55
40ms448kbOK55
50ms456kbOK55
60ms460kbOK55
74ms480kbOK55
84ms476kbOK55
912ms628kbOK55
1016ms1192kbOK55
1120ms516kbOK55
1236ms1992kbOK55
1344ms1712kbOK55
1444ms760kbOK55
1552ms724kbOK510
16112ms11592kbOK5
1776ms476kbOK510
18116ms8572kbOK5
1964ms480kbOK510
20132ms15424kbOK5
Punctaj total100

Ceva nu functioneaza?