Borderou de evaluare (job #2647241)

Utilizator nicu_ducalNicu Ducal nicu_ducal Data 3 septembrie 2020 18:20:06
Problema Trie Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 5

Raport evaluator

Compilare: main.cpp: In member function 'void Trie::insert(std::__cxx11::string)': main.cpp:42:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < s.length(); i++) { ~~^~~~~~~~~~~~ main.cpp: In member function 'void Trie::remove(std::__cxx11::string)': main.cpp:54:14: warning: unused variable 'rem' [-Wunused-variable] bool rem = _remove(s, 0, curr); ^~~ main.cpp: In member function 'bool Trie::_remove(std::__cxx11::string, int, TrieNode*)': main.cpp:58:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (i == s.length() - 1) { ~~^~~~~~~~~~~~~~~~~ main.cpp: In member function 'int Trie::count(std::__cxx11::string)': main.cpp:80:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < s.length(); i++) { ~~^~~~~~~~~~~~ main.cpp: In member function 'int Trie::longest_prefix(std::__cxx11::string)': main.cpp:92:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < s.length(); i++) { ~~^~~~~~~~~~~~ main.cpp: In member function 'bool Trie::_remove(std::__cxx11::string, int, TrieNode*)': main.cpp:76:5: warning: control reaches end of non-void function [-Wreturn-type] } ^
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
12ms131kbOK55
23ms131kbKilled by Signal 1100
33ms131kbKilled by Signal 1100
44ms131kbKilled by Signal 1100
54ms131kbKilled by Signal 1100
65ms131kbKilled by Signal 1100
77ms131kbKilled by Signal 1100
813ms131kbKilled by Signal 1100
99ms393kbKilled by Signal 1100
1037ms917kbKilled by Signal 1100
1132ms299kbKilled by Signal 1100
1279ms1843kbKilled by Signal 1100
1354ms1441kbKilled by Signal 1100
1460ms524kbKilled by Signal 1100
1561ms524kbKilled by Signal 1100
16179ms11927kbKilled by Signal 110
1713ms131kbKilled by Signal 1100
18137ms8781kbKilled by Signal 110
1943ms262kbKilled by Signal 1100
20257ms15859kbKilled by Signal 110
Punctaj total5

Ceva nu functioneaza?