Borderou de evaluare (job #1450275)

Utilizator Marius_mFMI-M2 Marius Melemciuc Marius_m Data 12 iunie 2015 12:19:59
Problema Trie Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 100

Raport evaluator

Compilare: user.cpp: In function ‘void pushToTrie(Trie*, int)’: user.cpp:44: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)’: user.cpp:57: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)’: user.cpp:79: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 getNumberOfPrefixes(Trie*, int)’: 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 there isn't a child with words' next character ^
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms432kbOK55
20ms444kbOK55
30ms456kbOK55
40ms444kbOK55
50ms460kbOK55
60ms460kbOK55
74ms480kbOK55
84ms480kbOK55
98ms632kbOK55
1016ms1192kbOK55
1120ms516kbOK55
1236ms1992kbOK55
1344ms1716kbOK55
1444ms764kbOK55
1552ms732kbOK510
16108ms11592kbOK5
1780ms480kbOK510
18112ms8572kbOK5
1964ms484kbOK510
20128ms15420kbOK5
Punctaj total100

Ceva nu functioneaza?