0_0_13726066_25002.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13726066_25002.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13726066_25002.cpp: In function 'void getNext()':
0_0_13726066_25002.cpp:13:40: error: 'memset' was not declared in this scope
memset(next, 0, sizeof(int) * gWlen);
^
0_0_13726066_25002.cpp:14:31: error: expected ';' before numeric constant
for (int i = 1, j = 0; i 0) j = next[j-1];
^
0_0_13726066_25002.cpp:15:9: error: 'else' without a previous 'if'
else i++;
^
0_0_13726066_25002.cpp:15:14: error: 'i' was not declared in this scope
else i++;
^
0_0_13726066_25002.cpp: At global scope:
0_0_13726066_25002.cpp:17:1: error: expected declaration before '}' token
}
^
|