Borderou de evaluare (job #1972045)

Utilizator AurelGabrielAurel Gabriel AurelGabriel Data 21 aprilie 2017 16:43:10
Problema SETI Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Compilare: user.cpp: In function ‘void extend_tree(const char*, int, Node*&, int&, int&, int&, int*)’: user.cpp:55:48: warning: array subscript has type ‘char’ [-Wchar-subscripts] if(active_node->children[s[active_edge]] == NULL) ^ user.cpp:57:49: warning: array subscript has type ‘char’ [-Wchar-subscripts] active_node->children[s[active_edge]] = new Node(pos, END); ^ user.cpp:67:62: warning: array subscript has type ‘char’ [-Wchar-subscripts] Node* next = active_node->children[s[active_edge]]; ^ user.cpp:86:49: warning: array subscript has type ‘char’ [-Wchar-subscripts] active_node->children[s[active_edge]] = split; ^ user.cpp:88:35: warning: array subscript has type ‘char’ [-Wchar-subscripts] split->children[s[pos]] = new Node(pos, END); ^ user.cpp:90:43: warning: array subscript has type ‘char’ [-Wchar-subscripts] split->children[s[next->start]] = next; ^ user.cpp: In function ‘int isSubstring(Node*, const char*, const char*, int)’: user.cpp:157:34: warning: array subscript has type ‘char’ [-Wchar-subscripts] if(node->children[ss[pos]] != NULL) ^ user.cpp:158:54: warning: array subscript has type ‘char’ [-Wchar-subscripts] return isSubstring(node->children[ss[pos]], s, ss,pos); ^ user.cpp:168:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(pos == strlen(ss)-1) ^ user.cpp:174:34: warning: array subscript has type ‘char’ [-Wchar-subscripts] if(node->children[ss[pos]] != NULL) ^ user.cpp:175:54: warning: array subscript has type ‘char’ [-Wchar-subscripts] return isSubstring(node->children[ss[pos]], s, ss,pos); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
196msDepăşitMemory limit exceeded.0
2Depăşit40920kbTime limit exceeded.0
30ms444kbKilled by signal 11(SIGSEGV).0
40ms440kbKilled by signal 11(SIGSEGV).0
512ms476kbKilled by signal 11(SIGSEGV).0
624ms508kbKilled by signal 11(SIGSEGV).0
744ms536kbKilled by signal 11(SIGSEGV).0
848ms560kbKilled by signal 11(SIGSEGV).0
948ms564kbKilled by signal 11(SIGSEGV).0
1048ms552kbKilled by signal 11(SIGSEGV).0
Punctaj total0

Ceva nu functioneaza?