问题标题: 黄万鑫

0
0
已解决
李星泽
李星泽
初级光能
初级光能

课后作业第三题

 

#include<iostream>

using namespace std;

int main() {

string a;

cin>>a;

int sum=1;

for(int i=0;i<=a.size()-1;i++){

if(a[0]>='A'&&a[0]<='Z'){

}

else if(a[0]=='_'){

}

else{

cout<<"No";

sum=0;

break;

}

if(a[i]>='0'&&a[i]<='9'){

}

else if(a[i]>='a'&&a[i]<='z'){

}

else if(a[i]>='A'&&a[i]<='Z'){

}

else if(a[i]=='_'){

}

else{

cout<<"No";

sum=0;

break;

}

 

}

if(sum==1){

cout<<"Yes";

}

return 0;

}

李星泽在2021-11-29 22:06:06追加了内容

不用谢

 


0
已采纳
王文博
王文博
缔造者之神
缔造者之神

NB

你不怕扣酷町币吗?

0
0
0
许子晗
许子晗
新手光能
新手光能

牛13

你这样很容易被封号的

0
0
李星泽
李星泽
初级光能
初级光能

你不知道我是哪个班的话是不知道哪题的

我要回答