注意:
在判断一个字符串中是否满足某条件时,最好先对其求长度,若不求后面没赋值的可能随机。
include[HTML_REMOVED]
include[HTML_REMOVED]
using namespace std;
int main()
{
char s[100];
int i,k,n=0;
fgets(s,101,stdin);
k=strlen(s);
for(i=0;i[HTML_REMOVED]=‘0’&&s[i]<=‘9’)
n++;
}
printf(“%d”,n);
return 0;
}