Borderou de evaluare (job #2964257)

Utilizator Mendea_IanisMendea Ianis Teodor Mendea_Ianis Data 12 ianuarie 2023 18:43:29
Problema Trie Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'void Insert(std::string&, Trie*, int)': main.cpp:34:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 34 | if(pos == w.size()) | ~~~~^~~~~~~~~~~ main.cpp: In function 'void Delete(std::string&, Trie*, int)': main.cpp:51:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 51 | if(pos == w.size()) | ~~~~^~~~~~~~~~~ main.cpp: In function 'int Query1(std::string&, Trie*, int)': main.cpp:67:12: 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(pos == w.size()) | ~~~~^~~~~~~~~~~ main.cpp: In function 'int Query2(std::string&, Trie*, int)': main.cpp:82:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 82 | if(pos == w.size()) | ~~~~^~~~~~~~~~~ main.cpp: In function 'int Query1(std::string&, Trie*, int)': main.cpp:77:11: warning: control reaches end of non-void function [-Wreturn-type] 77 | Query1(w,node->sons[w[pos]-'a'],pos+1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'int Query2(std::string&, Trie*, int)': main.cpp:91:11: warning: control reaches end of non-void function [-Wreturn-type] 91 | Query2(w,node->sons[w[pos]-'a'],pos+1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms184kbKilled by Signal 1100
20ms184kbKilled by Signal 1100
30ms184kbKilled by Signal 1100
40ms184kbKilled by Signal 1100
50ms184kbKilled by Signal 1100
60ms184kbKilled by Signal 1100
70ms184kbKilled by Signal 1100
80ms184kbKilled by Signal 1100
90ms184kbKilled by Signal 1100
100ms184kbKilled by Signal 1100
110ms184kbKilled by Signal 1100
120ms188kbKilled by Signal 1100
130ms188kbKilled by Signal 1100
140ms192kbKilled by Signal 1100
150ms184kbKilled by Signal 1100
160ms188kbKilled by Signal 110
170ms192kbKilled by Signal 1100
180ms184kbKilled by Signal 110
190ms184kbKilled by Signal 1100
200ms184kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?