Pagini recente » Borderou de evaluare (job #2559766) | Borderou de evaluare (job #932017) | Borderou de evaluare (job #2561948) | Borderou de evaluare (job #2146232) | Borderou de evaluare (job #1846808)
Borderou de evaluare (job #1846808)
Raport evaluator
Compilare:
user.cpp: In function ‘void insertTrie1(Trie*, int)’:
user.cpp:48:17: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if(nod->next[ch]) {
^
user.cpp:49:25: warning: array subscript has type ‘char’ [-Wchar-subscripts]
Trie *jeg=nod->next[ch];
^
user.cpp:55:15: warning: array subscript has type ‘char’ [-Wchar-subscripts]
nod->next[ch]=new Trie;
^
user.cpp:56:25: warning: array subscript has type ‘char’ [-Wchar-subscripts]
Trie *jeg=nod->next[ch];
^
user.cpp:62:26: warning: array subscript has type ‘char’ [-Wchar-subscripts]
insertTrie1(nod->next[ch],pos+1);
^
user.cpp: In function ‘void insertTrie2(Trie*, int)’:
user.cpp:69:17: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if(nod->next[ch]) {
^
user.cpp:70:25: warning: array subscript has type ‘char’ [-Wchar-subscripts]
Trie *jeg=nod->next[ch];
^
user.cpp:74:15: warning: array subscript has type ‘char’ [-Wchar-subscripts]
nod->next[ch]=new Trie;
^
user.cpp:75:25: warning: array subscript has type ‘char’ [-Wchar-subscripts]
Trie *jeg=nod->next[ch];
^
user.cpp:79:26: warning: array subscript has type ‘char’ [-Wchar-subscripts]
insertTrie2(nod->next[ch],pos+1);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 528kb | OK | 10 |
2 | 0ms | 1268kb | OK | 10 |
3 | 8ms | 4888kb | OK | 10 |
4 | 56ms | 29144kb | OK | 10 |
5 | Depăşit | 109404kb | Time limit exceeded. | 0 |
6 | Depăşit | 108220kb | Time limit exceeded. | 0 |
7 | Depăşit | 113896kb | Time limit exceeded. | 0 |
8 | Depăşit | 114156kb | Time limit exceeded. | 0 |
9 | Depăşit | 108884kb | Time limit exceeded. | 0 |
10 | Depăşit | 109672kb | Time limit exceeded. | 0 |
Punctaj total | 40 |