Borderou de evaluare (job #1980802)

Utilizator TincaMateiTinca Matei TincaMatei Data 14 mai 2017 00:12:44
Problema Aho-Corasick Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 25

Raport evaluator

Compilare: user.cpp: In function ‘void add(Aho*, char*)’: user.cpp:38:17: warning: array subscript has type ‘char’ [-Wchar-subscripts] if(t->fiu[ch] == NULL) { ^ user.cpp:39:16: warning: array subscript has type ‘char’ [-Wchar-subscripts] t->fiu[ch] = new Aho(); ^ user.cpp:40:16: warning: array subscript has type ‘char’ [-Wchar-subscripts] t->fiu[ch]->papa = t; ^ user.cpp:41:16: warning: array subscript has type ‘char’ [-Wchar-subscripts] t->fiu[ch]->papach = ch; ^ user.cpp:43:18: warning: array subscript has type ‘char’ [-Wchar-subscripts] add(t->fiu[ch], x + 1); ^ user.cpp: In function ‘void bfs(Aho*)’: user.cpp:67:42: warning: array subscript has type ‘char’ [-Wchar-subscripts] while(cursor != t && cursor->fiu[ch] == NULL) ^ user.cpp:69:24: warning: array subscript has type ‘char’ [-Wchar-subscripts] if(cursor->fiu[ch] == NULL) ^ user.cpp:72:35: warning: array subscript has type ‘char’ [-Wchar-subscripts] nod->fail = cursor->fiu[ch]; ^ user.cpp: In function ‘int main()’: user.cpp:114:42: warning: array subscript has type ‘char’ [-Wchar-subscripts] while(cursor != x && cursor -> fiu[ch] == NULL) ^ user.cpp:117:24: warning: array subscript has type ‘char’ [-Wchar-subscripts] if(cursor -> fiu[ch] != NULL) { ^ user.cpp:118:32: warning: array subscript has type ‘char’ [-Wchar-subscripts] cursor = cursor -> fiu[ch]; ^ user.cpp:96:24: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result] fscanf(fin, "%d", &n); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms280kbOK5
20ms308kbOK5
30ms300kbOK5
40ms320kbOK5
50ms276kbOK5
64ms312kbKilled by signal 11(SIGSEGV).0
74ms312kbKilled by signal 11(SIGSEGV).0
84ms316kbKilled by signal 11(SIGSEGV).0
94ms316kbKilled by signal 11(SIGSEGV).0
104ms312kbKilled by signal 11(SIGSEGV).0
114ms316kbKilled by signal 11(SIGSEGV).0
124ms312kbKilled by signal 11(SIGSEGV).0
134ms312kbKilled by signal 11(SIGSEGV).0
144ms312kbKilled by signal 11(SIGSEGV).0
154ms312kbKilled by signal 11(SIGSEGV).0
164ms316kbKilled by signal 11(SIGSEGV).0
174ms316kbKilled by signal 11(SIGSEGV).0
184ms312kbKilled by signal 11(SIGSEGV).0
194ms312kbKilled by signal 11(SIGSEGV).0
204ms316kbKilled by signal 11(SIGSEGV).0
Punctaj total25

Ceva nu functioneaza?