Borderou de evaluare (job #3320558)

Utilizator and_Turcu Andrei and_ Data 6 noiembrie 2025 14:20:10
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:29:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 29 | if(index == word.size()) | ~~~~~~^~~~~~~~~~~~~~ main.cpp: In function 'void delete_word(std::string&, int, trie_node*)': main.cpp:49:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 49 | if(index == word.size()) | ~~~~~~^~~~~~~~~~~~~~ main.cpp: In function 'int count_word(std::string&, int, trie_node*)': main.cpp:67:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 67 | if(index == word.size()) | ~~~~~~^~~~~~~~~~~~~~ main.cpp: In function 'int longest_common_prefix_for_word(std::string&, int, trie_node*)': main.cpp:77:39: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 77 | if( current_node == NULL or index == word.size()) | ~~~~~~^~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
111ms401kbKilled by Signal 1100
29ms409kbKilled by Signal 1100
39ms413kbKilled by Signal 1100
49ms409kbKilled by Signal 1100
59ms405kbKilled by Signal 1100
69ms421kbKilled by Signal 1100
74ms413kbKilled by Signal 1100
89ms417kbKilled by Signal 1100
99ms421kbKilled by Signal 1100
104ms413kbKilled by Signal 1100
110ms417kbKilled by Signal 1100
120ms417kbKilled by Signal 1100
130ms421kbKilled by Signal 1100
140ms409kbKilled by Signal 1100
150ms442kbKilled by Signal 1100
160ms417kbKilled by Signal 110
170ms413kbKilled by Signal 1100
180ms430kbKilled by Signal 110
190ms425kbKilled by Signal 1100
200ms417kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?