Borderou de evaluare (job #3041187)

Utilizator BorodiBorodi Bogdan Borodi Data 31 martie 2023 09:49:38
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:70:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 70 | if(k == s.length() - 1) | ~~^~~~~~~~~~~~~~~~~ main.cpp: In function 'int MaxLength(trie*, std::string, int)': main.cpp:81:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 81 | if(k == s.length() - 1 && T -> son[pos] -> howMany) | ~~^~~~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms303kbOK55
20ms303kbIncorect00
39ms430kbKilled by Signal 1100
40ms303kbIncorect00
59ms421kbKilled by Signal 1100
61ms303kbIncorect00
74ms487kbKilled by Signal 1100
82ms303kbIncorect00
99ms626kbKilled by Signal 1100
104ms430kbKilled by Signal 1100
114ms454kbKilled by Signal 1100
123ms421kbKilled by Signal 1100
139ms872kbKilled by Signal 1100
149ms1085kbIncorect00
154ms602kbKilled by Signal 1100
1637ms26546kbKilled by Signal 110
170ms462kbKilled by Signal 1100
180ms446kbKilled by Signal 110
1914ms536kbIncorect00
200ms589kbKilled by Signal 110
Punctaj total5

Ceva nu functioneaza?