Borderou de evaluare (job #3041191)

Utilizator BorodiBorodi Bogdan Borodi Data 31 martie 2023 09:58:12
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: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
311ms430kbKilled by Signal 1100
40ms303kbIncorect00
54ms421kbKilled by Signal 1100
61ms303kbIncorect00
74ms491kbKilled by Signal 1100
82ms303kbIncorect00
99ms622kbKilled by Signal 1100
109ms430kbKilled by Signal 1100
119ms454kbKilled by Signal 1100
123ms421kbKilled by Signal 1100
136ms872kbKilled by Signal 1100
149ms1085kbIncorect00
154ms602kbKilled by Signal 1100
1638ms26529kbKilled by Signal 110
170ms462kbKilled by Signal 1100
180ms442kbKilled by Signal 110
1913ms536kbIncorect00
200ms593kbKilled by Signal 110
Punctaj total5

Ceva nu functioneaza?