Borderou de evaluare (job #1465135)

Utilizator Marius_mFMI-M2 Marius Melemciuc Marius_m Data 26 iulie 2015 15:55:24
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
10ms436kbOK55
20ms448kbOK55
30ms456kbOK55
40ms452kbOK55
50ms456kbOK55
60ms460kbOK55
74ms480kbOK55
84ms476kbOK55
912ms636kbOK55
1016ms1192kbOK55
1120ms516kbOK55
1236ms1996kbOK55
1340ms1712kbOK55
1444ms760kbOK55
1552ms728kbOK510
16112ms11588kbOK5
1776ms480kbOK510
18116ms8576kbOK5
1964ms476kbOK510
20132ms15428kbOK5
Punctaj total100

Ceva nu functioneaza?