Borderou de evaluare (job #2169006)

Utilizator mrhammerCiocan Cosmin mrhammer Data 14 martie 2018 13:04:27
Problema Trie Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Compilare: user.cpp: In function ‘void add_w(char*)’: user.cpp:27:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(i < strlen(w)) ^ user.cpp: In function ‘void delete_w(char*, int, trie*&)’: user.cpp:46:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i+1 < strlen(w)) delete_w(w,i+1,next_it); ^ user.cpp:47:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i == strlen(w)-1) it->t[poz]->end_of_w = false; ^ user.cpp: In function ‘int query_word(char*, int, trie*)’: user.cpp:58:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i == strlen(w)-1) ^ user.cpp:69:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i+1 < strlen(w)) query_word(w,i+1,it->t[poz]); ^ user.cpp: In function ‘int query_prefix(char*, int, trie*, int)’: user.cpp:80:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i+1 < strlen(w)) query_prefix(w,i+1,it->t[poz],total); ^ user.cpp: In function ‘int query_word(char*, int, trie*)’: user.cpp:72:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ user.cpp: In function ‘int query_prefix(char*, int, trie*, int)’: user.cpp:84:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
14ms2680kbIncorect00
24ms2496kbKilled by signal 11(SIGSEGV).00
34ms2512kbKilled by signal 11(SIGSEGV).00
44ms2500kbKilled by signal 11(SIGSEGV).00
54ms2512kbKilled by signal 11(SIGSEGV).00
64ms2464kbKilled by signal 11(SIGSEGV).00
74ms2608kbKilled by signal 11(SIGSEGV).00
88ms2712kbKilled by signal 11(SIGSEGV).00
94ms3008kbKilled by signal 11(SIGSEGV).00
1020ms3904kbKilled by signal 11(SIGSEGV).00
1112ms2724kbKilled by signal 11(SIGSEGV).00
1228ms5004kbKilled by signal 11(SIGSEGV).00
1328ms4692kbKilled by signal 11(SIGSEGV).00
1428ms2972kbKilled by signal 11(SIGSEGV).00
1528ms3068kbKilled by signal 11(SIGSEGV).00
1696msDepăşitMemory limit exceeded.0
178ms2596kbKilled by signal 11(SIGSEGV).00
1880ms15984kbKilled by signal 11(SIGSEGV).0
1920ms2512kbKilled by signal 11(SIGSEGV).00
20100msDepăşitMemory limit exceeded.0
Punctaj total0

Ceva nu functioneaza?