新微赢技术网

标题: [求助]不懂错在那里 [打印本页]

作者: ⿴°愛丶°牠    时间: 2009-11-5 01:17
标题: [求助]不懂错在那里
#include <iostream>
#include <cstring>
#include <cctype>
using namespace std;
void main()
{
int n=0;
char S1[50];
cout<<"输入字符串:"<<endl;
cin.getline(S1,50);
int i=0;
while(S1[i]!='\0')
{
if(isdigit(S1[i]))
++n;
}
cout<<"_______"<<endl;
cout<<n<<endl;
}

编译没有问题,在输入后,但是显示不了结果!
为什么??????
谢谢解答啊!
作者: 冰美人    时间: 2009-11-5 01:17
谢了啊!

能运行了!




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2