Pagini recente » Borderou de evaluare (job #2169533) | Borderou de evaluare (job #2929061) | Borderou de evaluare (job #2113510) | Borderou de evaluare (job #1769126) | Borderou de evaluare (job #1846777)
Borderou de evaluare (job #1846777)
Raport evaluator
Compilare:
user.cpp: In function ‘void insertTrie1(Trie*, int, int)’:
user.cpp:49:17: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if(nod->next[ch]) {
^
user.cpp:50:25: warning: array subscript has type ‘char’ [-Wchar-subscripts]
Trie *jeg=nod->next[ch];
^
user.cpp:56:15: warning: array subscript has type ‘char’ [-Wchar-subscripts]
nod->next[ch]=new Trie;
^
user.cpp:57:25: warning: array subscript has type ‘char’ [-Wchar-subscripts]
Trie *jeg=nod->next[ch];
^
user.cpp:63:26: warning: array subscript has type ‘char’ [-Wchar-subscripts]
insertTrie1(nod->next[ch],pos+1,care);
^
user.cpp: In function ‘void insertTrie2(Trie*, int, int)’:
user.cpp:70:17: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if(nod->next[ch]) {
^
user.cpp:71:25: warning: array subscript has type ‘char’ [-Wchar-subscripts]
Trie *jeg=nod->next[ch];
^
user.cpp:75:15: warning: array subscript has type ‘char’ [-Wchar-subscripts]
nod->next[ch]=new Trie;
^
user.cpp:76:25: warning: array subscript has type ‘char’ [-Wchar-subscripts]
Trie *jeg=nod->next[ch];
^
user.cpp:80:26: warning: array subscript has type ‘char’ [-Wchar-subscripts]
insertTrie2(nod->next[ch],pos+1,care);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 536kb | OK | 10 |
2 | 0ms | 1336kb | OK | 10 |
3 | 12ms | 5208kb | OK | 10 |
4 | 84ms | 31196kb | OK | 10 |
5 | Depăşit | 113592kb | Time limit exceeded. | 0 |
6 | Depăşit | 111388kb | Time limit exceeded. | 0 |
7 | Depăşit | 112452kb | Time limit exceeded. | 0 |
8 | Depăşit | 112712kb | Time limit exceeded. | 0 |
9 | Depăşit | 111920kb | Time limit exceeded. | 0 |
10 | Depăşit | 114820kb | Time limit exceeded. | 0 |
Punctaj total | 40 |