Borderou de evaluare (job #2399156)

Utilizator Daria09Florea Daria Daria09 Data 7 aprilie 2019 00:52:00
Problema Trie Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 90

Raport evaluator

Compilare: main.cpp: In function 'void Insert(Trie*, char*)': main.cpp:23:15: warning: NULL used in arithmetic [-Wpointer-arith] if(*word==NULL) ^~~~ main.cpp: In function 'void Erase(Trie*, char*)': main.cpp:35:15: warning: NULL used in arithmetic [-Wpointer-arith] if(*word==NULL) ^~~~ main.cpp: In function 'int CountApparition(Trie*, char*)': main.cpp:44:15: warning: NULL used in arithmetic [-Wpointer-arith] if(*word==NULL) ^~~~ main.cpp: In function 'int Prefix(Trie*, char*)': main.cpp:52:43: warning: NULL used in arithmetic [-Wpointer-arith] if(node->son[*word-'a']==NULL||*word==NULL||node->son[*word-'a']->wordcount==0) ^~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
12ms131kbOK55
22ms131kbOK55
33ms131kbOK55
43ms131kbOK55
53ms131kbOK55
64ms131kbOK55
76ms262kbOK55
88ms262kbOK55
913ms524kbOK55
1020ms1441kbOK55
1122ms262kbOK55
1242ms2752kbOK55
1347ms2359kbOK55
1445ms655kbOK55
1554ms655kbOK510
16134ms20447kbOK5
1760ms262kbOK510
18126ms15204kbOK5
1962ms262kbOK50
2091ms20496kbMemory limit exceeded0
Punctaj total90

Ceva nu functioneaza?