0_0_13800763_30196.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13800763_30196.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13800763_30196.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13800763_30196.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13800763_30196.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13800763_30196.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13800763_30196.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13800763_30196.cpp: In function 'void getP()':
0_0_13800763_30196.cpp:22:9: error: expected ';' before 'int'
int j = P[i];
^
0_0_13800763_30196.cpp:22:9: error: expected primary-expression before 'int'
0_0_13800763_30196.cpp:22:9: error: expected ')' before 'int'
0_0_13800763_30196.cpp:23:15: error: 'j' was not declared in this scope
while(j && strcmp(mat[i],mat[j])) j = P[j];
^
0_0_13800763_30196.cpp:23:31: error: 'i' was not declared in this scope
while(j && strcmp(mat[i],mat[j])) j = P[j];
^
0_0_13800763_30196.cpp:23:40: error: 'strcmp' was not declared in this scope
while(j && strcmp(mat[i],mat[j])) j = P[j];
^
0_0_13800763_30196.cpp:24:23: error: 'i' was not declared in this scope
if(strcmp(mat[i],mat[j])==0) P[i+1] = j+1;
^
0_0_13800763_30196.cpp:24:30: error: 'j' was not declared in this scope
if(strcmp(mat[i],mat[j])==0) P[i+1] = j+1;
^
0_0_13800763_30196.cpp:24:32: error: 'strcmp' was not declared in this scope
if(strcmp(mat[i],mat[j])==0) P[i+1] = j+1;
^
0_0_13800763_30196.cpp: At global scope:
0_0_13800763_30196.cpp:27:1: error: expected declaration before '}' token
}
^
|