题解
2024-07-22 10:53:25
发布于:贵州
2阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main() {
int a,b;
cin>>a>>b;
if(a1){
if(b1){
cout<<"ZhuFan"<<endl;
}
else if(b2){
cout<<"HeZhou"<<endl;
}
}
else if(a2){
if(b1){
cout<<"XiaoPingGuo"<<endl;
}
else if(b2){
cout<<"DongFengPo"<<endl;
}
else {
cout<<"GiliGliAi"<<endl;
}
}
return 0;
}
这里空空如也
有帮助,赞一个