Borderou de evaluare (job #1137977)

Utilizator vyrtusRadu Criuleni vyrtus Data 9 martie 2014 14:39:11
Problema Trie Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 70

Raport evaluator

Compilare: user.cpp: In function ‘void addword(trie*, std::string, int)’: user.cpp:37:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (r == wd.length()) {nod->word += 1; return;} ^ user.cpp: In function ‘int delword(trie*, std::string, int)’: user.cpp:49:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (r == wd.length() ) nod->word -=1; ^ user.cpp: In function ‘int nword(trie*, std::string, int)’: user.cpp:63:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (r == wd.length()) { return nod->word; } ^ user.cpp: In function ‘int npref(trie*, std::string, int, int)’: user.cpp:72:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((r == wd.length() )|| (nod->edge[wd[r] - 'a'] == 0)) ^
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms412kbOK55
24ms424kbOK55
34ms428kbOK55
44ms428kbOK55
54ms428kbOK55
68ms436kbOK55
716ms456kbOK55
824ms444kbOK55
936ms588kbOK55
1056ms1084kbOK55
1176ms484kbOK55
12112ms1788kbOK55
13132ms1536kbOK55
14152ms696kbOK55
15184ms676kbOK50
16Depăşit10236kbTime limit exceeded.0
17Depăşit448kbTime limit exceeded.00
18Depăşit7568kbTime limit exceeded.0
19Depăşit432kbTime limit exceeded.00
20Depăşit12492kbTime limit exceeded.0
Punctaj total70

Ceva nu functioneaza?