Pagini recente » Borderou de evaluare (job #1422926) | Borderou de evaluare (job #498393) | Borderou de evaluare (job #1907304) | Borderou de evaluare (job #1317217) | Borderou de evaluare (job #2135371)
Borderou de evaluare (job #2135371)
Raport evaluator
Compilare:
user.cpp: In constructor ‘trie::trie()’:
user.cpp:15:19: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
cnt_words = NULL;
^
user.cpp:16:22: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
cnt_children = NULL;
^
user.cpp: In function ‘int delete_word(trie*, char*)’:
user.cpp:48:30: warning: NULL used in arithmetic [-Wpointer-arith]
if( Node -> cnt_words == NULL && Node -> cnt_children == NULL && Node != Root ) {
^
user.cpp:48:62: warning: NULL used in arithmetic [-Wpointer-arith]
if( Node -> cnt_words == NULL && Node -> cnt_children == NULL && Node != Root ) {
^
user.cpp: In function ‘int main()’:
user.cpp:80:37: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen ("trie.in" ,"r", stdin );
^
user.cpp:81:37: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen ("trie.out","w", stdout);
^
user.cpp:84:30: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf( "%s", String );
^
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
| 1 | 0ms | 884kb | OK | 5 | 5 |
| 2 | 0ms | 900kb | OK | 5 | 5 |
| 3 | 0ms | 908kb | OK | 5 | 5 |
| 4 | 0ms | 900kb | OK | 5 | 5 |
| 5 | 0ms | 896kb | OK | 5 | 5 |
| 6 | 0ms | 912kb | OK | 5 | 5 |
| 7 | 4ms | 940kb | OK | 5 | 5 |
| 8 | 4ms | 940kb | OK | 5 | 5 |
| 9 | 12ms | 1200kb | OK | 5 | 5 |
| 10 | 16ms | 2120kb | OK | 5 | 5 |
| 11 | 20ms | 1004kb | OK | 5 | 5 |
| 12 | 36ms | 3428kb | OK | 5 | 5 |
| 13 | 44ms | 2972kb | OK | 5 | 5 |
| 14 | 44ms | 1404kb | OK | 5 | 5 |
| 15 | 52ms | 1348kb | OK | 5 | 0 |
| 16 | 84ms | Depăşit | Memory limit exceeded. | 0 |
| 17 | 72ms | 932kb | OK | 5 | 10 |
| 18 | 128ms | 14268kb | OK | 5 |
| 19 | 64ms | 944kb | OK | 5 | 0 |
| 20 | 84ms | Depăşit | Memory limit exceeded. | 0 |
| Punctaj total | 80 |