Pagini recente » Borderou de evaluare (job #3353848) | Borderou de evaluare (job #1928843) | Borderou de evaluare (job #2116315) | Borderou de evaluare (job #1867287) | Borderou de evaluare (job #1846945)
Borderou de evaluare (job #1846945)
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 | 536kb | Incorect | 0 |
| 2 | 0ms | 1272kb | Incorect | 0 |
| 3 | 12ms | 4892kb | Incorect | 0 |
| 4 | 68ms | 29152kb | Incorect | 0 |
| 5 | Depăşit | 106912kb | Time limit exceeded. | 0 |
| 6 | Depăşit | 108888kb | Time limit exceeded. | 0 |
| 7 | Depăşit | 111000kb | Time limit exceeded. | 0 |
| 8 | Depăşit | 100836kb | Time limit exceeded. | 0 |
| 9 | Depăşit | 107700kb | Time limit exceeded. | 0 |
| 10 | Depăşit | 107044kb | Time limit exceeded. | 0 |
| Punctaj total | 0 |