我很菜滴
嘿嘿 看看这样对波
#include <stdio.h>
int main()
{
int a=0,b=0,c=0;
char s;
while((s=getchar())!='\n')
{
scanf("%s",s);
if
number[a++]
else if
digit[b++]
else
tetter[c++]
}
printf("字母的字数是%d.数字的个数是%d,其他字符的字数是%d",a,b,c);
return 0;
}
--------------------Configuration: Cpp2 - Win32 Debug--------------------
Compiling...
Cpp2.c
F:\C\2\Cpp2.c(10) : error C2061: syntax error : identifier 'number'
F:\C\2\Cpp2.c(19) : fatal error C1004: unexpected end of file found
执行 cl.exe 时出错.
Cpp2.obj - 1 error(s), 0 warning(s)
.....
我不知道怎么改