0_0_33882184_2284.cpp:27:1: error: stray '\' in program
for(j=0;word[i][j]!='\0';j++)
^
0_0_33882184_2284.cpp: In function 'int main()':
0_0_33882184_2284.cpp:27:22: error: 'apos' was not declared in this scope
for(j=0;word[i][j]!='\0';j++)
^
0_0_33882184_2284.cpp:27:34: error: expected ')' before ';' token
for(j=0;word[i][j]!='\0';j++)
^
0_0_33882184_2284.cpp:27:39: error: expected ';' before ')' token
for(j=0;word[i][j]!='\0';j++)
^
0_0_33882184_2284.cpp:29:18: error: expected ';' before ')' token
for(k=1;k<=26;k++)
^
0_0_33882184_2284.cpp:55:35: error: 'apos' was not declared in this scope
if(j<=statistic[i]) column[i][j]='*';
^
0_0_33882184_2284.cpp:55:42: error: 'apos' was not declared in this scope
if(j<=statistic[i]) column[i][j]='*';
^
0_0_33882184_2284.cpp:57:1: error: 'else' without a previous 'if'
else column[i][j]=' ';
^
|