Borderou de evaluare (job #2399157)

Utilizator Daria09Florea Daria Daria09 Data 7 aprilie 2019 00:52:49
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:22:15: warning: NULL used in arithmetic [-Wpointer-arith] if(*word==NULL) ^~~~ main.cpp: In function 'void Erase(Trie*, char*)': main.cpp:34:15: warning: NULL used in arithmetic [-Wpointer-arith] if(*word==NULL) ^~~~ main.cpp: In function 'int CountApparition(Trie*, char*)': main.cpp:43:15: warning: NULL used in arithmetic [-Wpointer-arith] if(*word==NULL) ^~~~ main.cpp: In function 'int Prefix(Trie*, char*)': main.cpp:51: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
1242ms2883kbOK55
1348ms2359kbOK55
1445ms786kbOK55
1558ms655kbOK510
16140ms20316kbOK5
1761ms262kbOK510
18136ms15204kbOK5
1964ms393kbOK50
20112ms20496kbMemory limit exceeded0
Punctaj total90

Ceva nu functioneaza?