题解
2025-07-24 01:41:49
发布于:山西
0阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
int main()
{
int n,x;
cin>>n>>x;
if(n1)
{
if(x1)
{
cout<<"ZhuFan";
}
else if(x2)
{
cout<<"HeZhou";
}
}
else if(n2)
{
if(x1){
cout<<"XiaoPingGuo";
}
else if(x2){
cout<<"DongFengPo";
}
else if(x==3){
cout<<"GiliGliAi";
}
}
return 0;
}
这里空空如也
有帮助,赞一个