Borderou de evaluare (job #2964466)

Utilizator Andra_Gheorghe12Andra Gheorghe Andra_Gheorghe12 Data 13 ianuarie 2023 01:11:59
Problema Trie Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 5

Raport evaluator

Compilare: main.cpp: In function 'void insert(TrieNode*, std::string)': main.cpp:30:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 30 | for (int i = 0; i < key.length(); i++) | ~~^~~~~~~~~~~~~~ main.cpp: In function 'int getNumberOfApparitions(TrieNode*, std::string)': main.cpp:45:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 45 | for (int i = 0; i < key.length(); i++) | ~~^~~~~~~~~~~~~~ main.cpp: In function 'void deleteNode(TrieNode*, std::string)': main.cpp:67:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 67 | for (int i = 0; i < key.length(); i++) | ~~^~~~~~~~~~~~~~ main.cpp: In function 'int getLongestPrefix(TrieNode*, std::string)': main.cpp:85:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 85 | for(i = 0; i < key.length(); i++) | ~~^~~~~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:98:20: warning: unused variable 'i' [-Wunused-variable] 98 | int operation, i, longestSubstringLength; | ^ main.cpp:98:23: warning: unused variable 'longestSubstringLength' [-Wunused-variable] 98 | int operation, i, longestSubstringLength; | ^~~~~~~~~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms184kbOK55
20ms184kbKilled by Signal 1100
30ms184kbKilled by Signal 1100
40ms184kbKilled by Signal 1100
50ms184kbKilled by Signal 1100
60ms184kbKilled by Signal 1100
70ms184kbKilled by Signal 1100
83ms315kbKilled by Signal 1100
90ms184kbKilled by Signal 1100
1018ms1601kbKilled by Signal 1100
1115ms397kbKilled by Signal 1100
1223ms2998kbKilled by Signal 1100
1330ms2560kbKilled by Signal 1100
1431ms847kbKilled by Signal 1100
1533ms782kbKilled by Signal 1100
1683ms20348kbKilled by Signal 110
172ms315kbKilled by Signal 1100
1867ms14696kbKilled by Signal 110
1925ms335kbKilled by Signal 1100
20139ms27394kbKilled by Signal 110
Punctaj total5

Ceva nu functioneaza?