小题解
2023-08-03 16:16:37
发布于:广东
6阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main(){
char ch;
cin>>ch;
if(ch=='y'||ch=='Y'){
cout<<"Yes"<<endl;
}
else{
cout<<"No"<<endl;
}
return 0;
}
这里空空如也
有帮助,赞一个