Borderou de evaluare (job #3041186)

Utilizator BorodiBorodi Bogdan Borodi Data 31 martie 2023 09:48:52
Problema Trie Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 5

Raport evaluator

Compilare: main.cpp: In function 'void Add(trie*, std::string, int)': main.cpp:32:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 32 | if(k > s.length()) | ~~^~~~~~~~~~~~ main.cpp:42:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 42 | if(k == s.length() - 1) | ~~^~~~~~~~~~~~~~~~~ main.cpp: In function 'void Del(trie*, std::string, int)': main.cpp:48:11: 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(k > s.length()) | ~~^~~~~~~~~~~~ main.cpp:59:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 59 | if(k == s.length() - 1 && T -> son[pos] -> NrOfWords) | ~~^~~~~~~~~~~~~~~~~ main.cpp: In function 'int NrAp(trie*, std::string, int)': main.cpp:73:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 73 | if(k == s.length() - 1) | ~~^~~~~~~~~~~~~~~~~ main.cpp: In function 'int MaxLength(trie*, std::string, int)': main.cpp:84:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 84 | if(k == s.length() - 1 && T -> son[pos] -> howMany) | ~~^~~~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms303kbOK55
20ms303kbIncorect00
34ms434kbKilled by Signal 1100
40ms303kbIncorect00
54ms421kbKilled by Signal 1100
61ms303kbIncorect00
76ms487kbKilled by Signal 1100
82ms303kbIncorect00
99ms626kbKilled by Signal 1100
104ms438kbKilled by Signal 1100
119ms454kbKilled by Signal 1100
123ms421kbKilled by Signal 1100
139ms876kbKilled by Signal 1100
149ms1081kbIncorect00
154ms610kbKilled by Signal 1100
1638ms26574kbKilled by Signal 110
179ms471kbKilled by Signal 1100
184ms446kbKilled by Signal 110
1914ms532kbIncorect00
206ms589kbKilled by Signal 110
Punctaj total5

Ceva nu functioneaza?