Borderou de evaluare (job #3320557)

Utilizator and_Turcu Andrei and_ Data 6 noiembrie 2025 14:19:03
Problema Trie Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'void add_word(std::string&, int, trie_node*)': main.cpp:28:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 28 | if(index == word.size()) | ~~~~~~^~~~~~~~~~~~~~ main.cpp: In function 'void delete_word(std::string&, int, trie_node*)': main.cpp:48:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 48 | if(index == word.size()) | ~~~~~~^~~~~~~~~~~~~~ main.cpp: In function 'int count_word(std::string&, int, trie_node*)': main.cpp:66:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 66 | if(index == word.size()) | ~~~~~~^~~~~~~~~~~~~~ main.cpp: In function 'int longest_common_prefix_for_word(std::string&, int, trie_node*)': main.cpp:76:39: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 76 | if( current_node == NULL or index == word.size()) | ~~~~~~^~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
19ms401kbKilled by Signal 1100
29ms401kbKilled by Signal 1100
39ms413kbKilled by Signal 1100
44ms409kbKilled by Signal 1100
59ms413kbKilled by Signal 1100
64ms425kbKilled by Signal 1100
79ms409kbKilled by Signal 1100
89ms413kbKilled by Signal 1100
94ms421kbKilled by Signal 1100
104ms413kbKilled by Signal 1100
110ms417kbKilled by Signal 1100
120ms417kbKilled by Signal 1100
130ms417kbKilled by Signal 1100
140ms409kbKilled by Signal 1100
150ms434kbKilled by Signal 1100
160ms409kbKilled by Signal 110
170ms409kbKilled by Signal 1100
180ms430kbKilled by Signal 110
190ms425kbKilled by Signal 1100
200ms413kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?