0_0_29159720_31398.cpp:6:2: error: stray '#' in program
char a[110];
^
0_0_29159720_31398.cpp:6:8: error: stray '#' in program
char a[110];
^
0_0_29159720_31398.cpp:6:14: error: stray '#' in program
char a[110];
^
0_0_29159720_31398.cpp:7:2: error: stray '#' in program
int len,i;
^
0_0_29159720_31398.cpp:7:8: error: stray '#' in program
int len,i;
^
0_0_29159720_31398.cpp:7:14: error: stray '#' in program
int len,i;
^
0_0_29159720_31398.cpp:8:2: error: stray '#' in program
while(gets(a)!=NULL)
^
0_0_29159720_31398.cpp:8:8: error: stray '#' in program
while(gets(a)!=NULL)
^
0_0_29159720_31398.cpp:8:14: error: stray '#' in program
while(gets(a)!=NULL)
^
0_0_29159720_31398.cpp:9:2: error: stray '#' in program
{
^
0_0_29159720_31398.cpp:9:8: error: stray '#' in program
{
^
0_0_29159720_31398.cpp:9:14: error: stray '#' in program
{
^
0_0_29159720_31398.cpp:10:2: error: stray '#' in program
len=strlen(a);
^
0_0_29159720_31398.cpp:10:8: error: stray '#' in program
len=strlen(a);
^
0_0_29159720_31398.cpp:10:14: error: stray '#' in program
len=strlen(a);
^
0_0_29159720_31398.cpp:10:20: error: stray '#' in program
len=strlen(a);
^
0_0_29159720_31398.cpp:10:26: error: stray '#' in program
len=strlen(a);
^
0_0_29159720_31398.cpp:10:32: error: stray '#' in program
len=strlen(a);
^
0_0_29159720_31398.cpp:10:38: error: stray '#' in program
len=strlen(a);
^
0_0_29159720_31398.cpp:11:2: error: stray '#' in program
a[0]=toupper(a[0]);//toupper函数是将小写字母转换成大写字母,tolower函数是将大写字母转换成小写字母。
^
0_0_29159720_31398.cpp:11:8: error: stray '#' in program
a[0]=toupper(a[0]);//toupper函数是将小写字母转换成大写字母,tolower函数是将大写字母转换成小写字母。
^
0_0_29159720_31398.cpp:11:14: error: stray '#' in program
a[0]=toupper(a[0]);//toupper函数是将小写字母转换成大写字母,tolower函数是将大写字母转换成小写字母。
^
0_0_29159720_31398.cpp:11:20: error: stray '#' in program
a[0]=toupper(a[0]);//toupper函数是将小写字母转换成大写字母,tolower函数是将大写字母转换成小写字母。
^
0_0_29159720_31398.cpp:11:26: error: stray '#' in program
a[0]=toupper(a[0]);//toupper函数是将小写字母转换成大写字母,tolower函数是将大写字母转换成小写字母。
^
0_0_29159720_31398.cpp:11:32: error: stray '#' in program
a[0]=toupper(a[0]);//toupper函数是将小写字母转换成大写字母,tolower函数是将大写字母转换成小写字母。
^
0_0_29159720_31398.cpp:11:38: error: stray '#' in program
a[0]=toupper(a[0]);//toupper函数是将小写字母转换成大写字母,tolower函数是将大写字母转换成小写字母。
^
0_0_29159720_31398.cpp:12:2: error: stray '#' in program
for(i=1;i<len;i++)
^
0_0_29159720_31398.cpp:12:8: error: stray '#' in program
for(i=1;i<len;i++)
^
0_0_29159720_31398.cpp:12:14: error: stray '#' in program
for(i=1;i<len;i++)
^
0_0_29159720_31398.cpp:12:20: error: stray '#' in program
for(i=1;i<len;i++)
^
0_0_29159720_31398.cpp:12:26: error: stray '#' in program
for(i=1;i<len;i++)
^
0_0_29159720_31398.cpp:12:32: error: stray '#' in program
for(i=1;i<len;i++)
^
0_0_29159720_31398.cpp:12:38: error: stray '#' in program
for(i=1;i<len;i++)
^
0_0_29159720_31398.cpp:13:2: error: stray '#' in program
{
^
0_0_29159720_31398.cpp:13:8: error: stray '#' in program
{
^
0_0_29159720_31398.cpp:13:14: error: stray '#' in program
{
^
0_0_29159720_31398.cpp:13:20: error: stray '#' in program
{
^
0_0_29159720_31398.cpp:13:26: error: stray '#' in program
{
^
0_0_29159720_31398.cpp:13:32: error: stray '#' in program
{
^
0_0_29159720_31398.cpp:13:38: error: stray '#' in program
{
^
0_0_29159720_31398.cpp:14:2: error: stray '#' in program
if(a[i-1]==' '&&a[i]!=' ')
^
0_0_29159720_31398.cpp:14:8: error: stray '#' in program
if(a[i-1]==' '&&a[i]!=' ')
^
0_0_29159720_31398.cpp:14:14: error: stray '#' in program
if(a[i-1]==' '&&a[i]!=' ')
^
0_0_29159720_31398.cpp:14:20: error: stray '#' in program
if(a[i-1]==' '&&a[i]!=' ')
^
0_0_29159720_31398.cpp:14:26: error: stray '#' in program
if(a[i-1]==' '&&a[i]!=' ')
^
0_0_29159720_31398.cpp:14:32: error: stray '#' in program
if(a[i-1]==' '&&a[i]!=' ')
^
0_0_29159720_31398.cpp:14:38: error: stray '#' in program
if(a[i-1]==' '&&a[i]!=' ')
^
0_0_29159720_31398.cpp:14:44: error: stray '#' in program
if(a[i-1]==' '&&a[i]!=' ')
^
0_0_29159720_31398.cpp:14:50: error: stray '#' in program
if(a[i-1]==' '&&a[i]!=' ')
^
0_0_29159720_31398.cpp:14:56: error: stray '#' in program
if(a[i-1]==' '&&a[i]!=' ')
^
0_0_29159720_31398.cpp:14:62: error: stray '#' in program
if(a[i-1]==' '&&a[i]!=' ')
^
0_0_29159720_31398.cpp:15:2: error: stray '#' in program
a[i]=toupper(a[i]);
^
0_0_29159720_31398.cpp:15:8: error: stray '#' in program
a[i]=toupper(a[i]);
^
0_0_29159720_31398.cpp:15:14: error: stray '#' in program
a[i]=toupper(a[i]);
^
0_0_29159720_31398.cpp:15:20: error: stray '#' in program
a[i]=toupper(a[i]);
^
0_0_29159720_31398.cpp:15:26: error: stray '#' in program
a[i]=toupper(a[i]);
^
0_0_29159720_31398.cpp:15:32: error: stray '#' in program
a[i]=toupper(a[i]);
^
0_0_29159720_31398.cpp:15:38: error: stray '#' in program
a[i]=toupper(a[i]);
^
0_0_29159720_31398.cpp:15:44: error: stray '#' in program
a[i]=toupper(a[i]);
^
0_0_29159720_31398.cpp:15:50: error: stray '#' in program
a[i]=toupper(a[i]);
^
0_0_29159720_31398.cpp:15:56: error: stray '#' in program
a[i]=toupper(a[i]);
^
0_0_29159720_31398.cpp:15:62: error: stray '#' in program
a[i]=touppe
|