Pagini recente » Borderou de evaluare (job #1486834) | Borderou de evaluare (job #2136009) | Borderou de evaluare (job #2324421) | Borderou de evaluare (job #281379) | Borderou de evaluare (job #1846812)
Borderou de evaluare (job #1846812)
Raport evaluator
Compilare:
user.cpp: In constructor ‘Trie::Trie()’:
user.cpp:35:32: warning: array subscript has type ‘char’ [-Wchar-subscripts]
for(char i=0;i<26;++i) next[i]=0;
^
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 | 532kb | OK | 10 |
2 | 0ms | 1280kb | OK | 10 |
3 | 8ms | 4896kb | OK | 10 |
4 | 64ms | 29156kb | OK | 10 |
5 | Depăşit | 93712kb | Time limit exceeded. | 0 |
6 | Depăşit | 111268kb | Time limit exceeded. | 0 |
7 | Depăşit | 112980kb | Time limit exceeded. | 0 |
8 | Depăşit | 110476kb | Time limit exceeded. | 0 |
9 | Depăşit | 112852kb | Time limit exceeded. | 0 |
10 | Depăşit | 113908kb | Time limit exceeded. | 0 |
Punctaj total | 40 |