Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #1764580)
| Utilizator | Data | 25 septembrie 2016 17:48:41 | |
|---|---|---|---|
| Problema | Mediana | Status | done |
| Runda | Arhiva ICPC | Compilator | cpp | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Compilare:
user.cpp: In function ‘nod* add_child(nod*, char)’:
user.cpp:14:17: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if(!n->copii[ch]){
^
user.cpp:15:14: warning: array subscript has type ‘char’ [-Wchar-subscripts]
n->copii[ch] = new nod; }
^
user.cpp:16:20: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return n->copii[ch]; }
^
user.cpp: In function ‘nod* update_persistent(const nod*, int)’:
user.cpp:24:16: warning: array subscript has type ‘char’ [-Wchar-subscripts]
cur->copii[ch] = add_child(cur, ch);
^
user.cpp:27:22: warning: array subscript has type ‘char’ [-Wchar-subscripts]
cur = cur->copii[ch];
^
user.cpp:28:18: warning: array subscript has type ‘char’ [-Wchar-subscripts]
n = n->copii[ch];
^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 1228ms | Depăşit | Memory limit exceeded. | 0 |
| Punctaj total | 0 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
