Borderou de evaluare (job #2909003)

Utilizator mihneazzzMacovei Daniel mihneazzz Data 7 iunie 2022 20:19:49
Problema Trie Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'void Adaugare(Trie*, char*)': main.cpp:19:12: warning: NULL used in arithmetic [-Wpointer-arith] 19 | if(*s==NULL) {nod->cnt++;return;} | ^~~~ main.cpp: In function 'bool Stergere(Trie*, char*)': main.cpp:29:12: warning: NULL used in arithmetic [-Wpointer-arith] 29 | if(*s==NULL) nod->cnt--; | ^~~~ main.cpp: In function 'int NrAparitii(Trie*, char*)': main.cpp:41:12: warning: NULL used in arithmetic [-Wpointer-arith] 41 | if(*s==NULL) return nod->cnt; | ^~~~ main.cpp: In function 'int Prefix(Trie*, char*, int)': main.cpp:47:12: warning: NULL used in arithmetic [-Wpointer-arith] 47 | if(*s==NULL || !nod->fiu[*s-'a']) return nivel; | ^~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
11ms184kbOK55
21ms184kbOK55
31ms184kbOK55
41ms184kbOK55
51ms184kbOK55
61ms184kbOK55
715ms307kbOK55
816ms307kbOK55
911ms569kbOK55
1015ms1519kbOK55
1117ms405kbOK55
1247ms2965kbOK55
1345ms2396kbOK55
1441ms815kbOK55
1549ms757kbOK510
16136ms19140kbOK5
1768ms397kbOK510
18116ms13996kbOK5
1951ms405kbOK510
20159ms25509kbOK5
Punctaj total100

Ceva nu functioneaza?