Pagini recente » Borderou de evaluare (job #2592336) | Borderou de evaluare (job #2711074) | Borderou de evaluare (job #2973279) | Borderou de evaluare (job #1108517) | Borderou de evaluare (job #2433995)
Borderou de evaluare (job #2433995)
Raport evaluator
Compilare:
main.cpp: In function 'void Lg(trie*)':
main.cpp:53:29: warning: array subscript has type 'char' [-Wchar-subscripts]
if(*it==0 || t->child[ch] == false)
^
main.cpp:59:19: warning: array subscript has type 'char' [-Wchar-subscripts]
Lg(t->child[ch]);
^
main.cpp: In function 'int Cnt(trie*)':
main.cpp:66:19: warning: array subscript has type 'char' [-Wchar-subscripts]
if(t->child[ch] == false)
^
main.cpp:70:27: warning: array subscript has type 'char' [-Wchar-subscripts]
return Cnt(t->child[ch]);
^
main.cpp: In function 'void Del(trie*)':
main.cpp:80:20: warning: array subscript has type 'char' [-Wchar-subscripts]
Del(t->child[ch]);
^
main.cpp:82:19: warning: array subscript has type 'char' [-Wchar-subscripts]
if(t->child[ch]->nrchild == 0 && t->child[ch]->nr == 0){
^
main.cpp:82:49: warning: array subscript has type 'char' [-Wchar-subscripts]
if(t->child[ch]->nrchild == 0 && t->child[ch]->nr == 0){
^
main.cpp:84:27: warning: array subscript has type 'char' [-Wchar-subscripts]
delete t->child[ch];
^
main.cpp:85:20: warning: array subscript has type 'char' [-Wchar-subscripts]
t->child[ch]=0; ///Why?
^
main.cpp: In function 'void Add(trie*)':
main.cpp:96:19: warning: array subscript has type 'char' [-Wchar-subscripts]
if(t->child[ch] == false){
^
main.cpp:97:20: warning: array subscript has type 'char' [-Wchar-subscripts]
t->child[ch]= new trie();
^
main.cpp:102:20: warning: array subscript has type 'char' [-Wchar-subscripts]
Add(t->child[ch]);
^
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
| 1 | 2ms | 131kb | OK | 5 | 5 |
| 2 | 2ms | 131kb | OK | 5 | 5 |
| 3 | 3ms | 131kb | OK | 5 | 5 |
| 4 | 3ms | 131kb | OK | 5 | 5 |
| 5 | 3ms | 131kb | OK | 5 | 5 |
| 6 | 4ms | 131kb | OK | 5 | 5 |
| 7 | 6ms | 262kb | OK | 5 | 5 |
| 8 | 7ms | 262kb | OK | 5 | 5 |
| 9 | 13ms | 524kb | OK | 5 | 5 |
| 10 | 19ms | 1572kb | OK | 5 | 5 |
| 11 | 20ms | 262kb | OK | 5 | 5 |
| 12 | 40ms | 3014kb | OK | 5 | 5 |
| 13 | 46ms | 2490kb | OK | 5 | 5 |
| 14 | 43ms | 786kb | OK | 5 | 5 |
| 15 | 51ms | 655kb | OK | 5 | 10 |
| 16 | 141ms | 20316kb | OK | 5 |
| 17 | 63ms | 262kb | OK | 5 | 10 |
| 18 | 136ms | 14942kb | OK | 5 |
| 19 | 56ms | 393kb | OK | 5 | 0 |
| 20 | 101ms | 20496kb | Memory limit exceeded | 0 |
| Punctaj total | 90 |