Pagini recente » Cod sursa (job #2394881) | Borderou de evaluare (job #2322524) | Borderou de evaluare (job #2538581) | Borderou de evaluare (job #3252705) | Borderou de evaluare (job #1952749)
Borderou de evaluare (job #1952749)
Raport evaluator
Compilare:
user.cpp: In function ‘void Insert(Trie*, char*)’:
user.cpp:93:23: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if(nod->son[*str]==0)
^
user.cpp:94:22: warning: array subscript has type ‘char’ [-Wchar-subscripts]
nod->son[*str]=new Trie;
^
user.cpp:95:27: warning: array subscript has type ‘char’ [-Wchar-subscripts]
Insert(nod->son[*str],str-1);
^
user.cpp: In function ‘bool Find(Trie*, char*)’:
user.cpp:105:22: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if(nod->son[*str]==0)
^
user.cpp:107:31: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return Find(nod->son[*str],str+1);
^
user.cpp: In function ‘char nextch()’:
user.cpp:14:29: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread(buf,1,MAXBUF,fi);
^
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
| 1 | 12ms | 8256kb | Incorect | 0 | 0 |
| 2 | 12ms | 8312kb | Incorect | 0 |
| 3 | 16ms | 9888kb | Incorect | 0 | 0 |
| 4 | 20ms | 11428kb | Incorect | 0 |
| 5 | 20ms | 12544kb | Incorect | 0 |
| 6 | 20ms | 11564kb | Incorect | 0 |
| 7 | 44ms | 15208kb | Incorect | 0 | 0 |
| 8 | 112ms | 11276kb | OK | 5 |
| 9 | 44ms | 15712kb | Incorect | 0 | 0 |
| 10 | 116ms | 11316kb | OK | 5 |
| 11 | 120ms | 11880kb | Incorect | 0 |
| 12 | 100ms | 12004kb | Incorect | 0 |
| 13 | 44ms | 15696kb | Incorect | 0 | 0 |
| 14 | 240ms | 11264kb | OK | 5 |
| 15 | 180ms | 11296kb | OK | 5 |
| 16 | 100ms | 12112kb | Incorect | 0 |
| 17 | 44ms | 15732kb | Incorect | 0 |
| 18 | 240ms | 11264kb | Incorect | 0 |
| 19 | 124ms | 11816kb | Incorect | 0 |
| 20 | Depăşit | 11032kb | Time limit exceeded. | 0 |
| Punctaj total | 0 |