杭电acmhttp://acm.hdu.edu.cn/showproblem.php?pid=2024不知道哪里错了

#include<iostream>#include<string>#include<ctype.h>#include<fstream>usingnamespacestd... #include<iostream>
#include<string>
#include<ctype.h>
#include<fstream>
using namespace std;

int main()
{
ifstream cin("a.txt");
int n,len;
int i;
string s;
while(cin>>n)
{
cin.ignore();
while(n--)
{
int flag=0;
getline(cin,s);
if(!isalpha(s[0]) || s[0]!='_')
{
cout<<"no"<<endl;
continue;
}
len=s.length();
for(i=1;i<len;i++)
{
if(!isalnum(s[i]) || s[i]!='_')
{
flag=0;
cout<<"no"<<endl;
break;
}
}
if(flag) cout<<"yes"<<endl;
}
}
return 0;
}
展开
 我来答
枯等街寒又何妨
2013-04-17
知道答主
回答量:46
采纳率:0%
帮助的人:19.1万
展开全部
杭电顶起 ,,,,,,,,,,
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式