0_0_26943256_20774.cpp:3:2: error: invalid preprocessing directive #indlude
#indlude <string.h>
^
0_0_26943256_20774.cpp: In function 'int main()':
0_0_26943256_20774.cpp:34:17: error: cannot convert 'int*' to 'char*' for argument '1' to 'char* gets(char*)'
while(gets(a)!=EOF)
^
0_0_26943256_20774.cpp:36:21: error: cannot convert 'int*' to 'const char*' for argument '1' to 'size_t strlen(const char*)'
n = strlen(a);
^
|