Borderou de evaluare (job #2221519)

Utilizator stefan.botezStefan Botez stefan.botez Data 14 iulie 2018 16:28:47
Problema Trie Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 5

Raport evaluator

Compilare: user.cpp: In member function ‘bool Trie::del(Trie::Node*, std::__cxx11::string, int)’: user.cpp:25:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(index == word.size()) ~~~~~~^~~~~~~~~~~~~~ user.cpp:31:34: warning: array subscript has type ‘char’ [-Wchar-subscripts] Node* node = curr->sons[c]; ^ user.cpp:35:25: warning: array subscript has type ‘char’ [-Wchar-subscripts] curr->sons[c] = nullptr; ^ user.cpp: In member function ‘void Trie::add(std::__cxx11::string)’: user.cpp:46:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < word.size(); i++) ~~^~~~~~~~~~~~~ user.cpp: In member function ‘int Trie::cnt(std::__cxx11::string)’: user.cpp:66:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < word.size(); i++) ~~^~~~~~~~~~~~~ user.cpp: In member function ‘int Trie::prefix(std::__cxx11::string)’: user.cpp:79:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < word.size(); i++) ~~^~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms1260kbOK55
20ms1268kbKilled by signal 11(SIGSEGV).00
30ms1268kbKilled by signal 11(SIGSEGV).00
44ms1264kbKilled by signal 11(SIGSEGV).00
54ms1268kbKilled by signal 11(SIGSEGV).00
64ms1272kbKilled by signal 11(SIGSEGV).00
716ms1284kbKilled by signal 11(SIGSEGV).00
840ms1284kbKilled by signal 11(SIGSEGV).00
920ms1420kbKilled by signal 11(SIGSEGV).00
10100ms1916kbKilled by signal 11(SIGSEGV).00
1188ms1316kbKilled by signal 11(SIGSEGV).00
12128ms2620kbKilled by signal 11(SIGSEGV).00
13140ms2372kbKilled by signal 11(SIGSEGV).00
14196ms1536kbKilled by signal 11(SIGSEGV).00
15188ms1508kbKilled by signal 11(SIGSEGV).00
16Depăşit9300kbTime limit exceeded.0
1740ms1280kbKilled by signal 11(SIGSEGV).00
18Depăşit7792kbTime limit exceeded.0
19132ms1284kbKilled by signal 11(SIGSEGV).00
20Depăşit9148kbTime limit exceeded.0
Punctaj total5

Ceva nu functioneaza?