Borderou de evaluare (job #3320559)

Utilizator and_Turcu Andrei and_ Data 6 noiembrie 2025 14:21:42
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
111ms397kbKilled by Signal 1100
29ms405kbKilled by Signal 1100
36ms413kbKilled by Signal 1100
49ms405kbKilled by Signal 1100
56ms405kbKilled by Signal 1100
64ms421kbKilled by Signal 1100
79ms409kbKilled by Signal 1100
89ms413kbKilled by Signal 1100
94ms413kbKilled by Signal 1100
109ms417kbKilled by Signal 1100
110ms413kbKilled by Signal 1100
120ms417kbKilled by Signal 1100
130ms417kbKilled by Signal 1100
140ms417kbKilled by Signal 1100
150ms446kbKilled by Signal 1100
160ms417kbKilled by Signal 110
170ms413kbKilled by Signal 1100
180ms430kbKilled by Signal 110
190ms425kbKilled by Signal 1100
200ms421kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?