Borderou de evaluare (job #2814077)

Utilizator iancupoppPopp Iancu Alexandru iancupopp Data 7 decembrie 2021 16:15:27
Problema Trie Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In member function 'Node* Trie::_insert(char*, Node*)': main.cpp:19:17: warning: NULL used in arithmetic [-Wpointer-arith] 19 | if (s[0] == NULL) | ^~~~ main.cpp: In member function 'Node* Trie::_erase(char*, Node*)': main.cpp:29:17: warning: NULL used in arithmetic [-Wpointer-arith] 29 | if (s[0] == NULL) | ^~~~ main.cpp: In member function 'int Trie::_query_pref(char*, Node*)': main.cpp:40:35: warning: NULL used in arithmetic [-Wpointer-arith] 40 | if (nod == nullptr || s[0] == NULL) | ^~~~ main.cpp: In member function 'int Trie::_query_cuv(char*, Node*)': main.cpp:49:17: warning: NULL used in arithmetic [-Wpointer-arith] 49 | if (s[0] == NULL) | ^~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
12ms184kbOK55
22ms184kbOK55
32ms184kbOK55
42ms184kbOK55
52ms184kbOK55
62ms184kbOK55
76ms315kbOK55
86ms323kbOK55
911ms630kbOK55
1020ms1687kbOK55
1121ms413kbOK55
1249ms3317kbOK55
1354ms2760kbOK55
1449ms917kbOK55
1559ms872kbOK510
16172ms23216kbOK5
17113ms15642kbOK510
18169ms17518kbOK5
1969ms450kbOK510
20206ms29503kbOK5
Punctaj total100

Ceva nu functioneaza?