不会的看我!!!(有彩蛋)
2025-08-14 14:49:02
发布于:陕西
1阅读
0回复
0点赞
#include<iostream>
#include<cmath>
using namespace std;
int main()
{
int mode,eat,song;
cin>>mode;
if(mode==1)
{
cin>>eat;
if(eat==1)
{
cout << "ZhuFan" << endl;
}
if(eat==2)
{
cout << "HeZhou" << endl;
}
}
if(mode==2)
{
cin>>song;
if(song==1)
{
cout << "XiaoPingGuo" << endl;
}
if(song==2)
{
cout << "DongFengPo" << endl;
}
if(song==3)
{
cout << "GiliGliAi" << endl;
}
if(song==787878)
{
cout << "鸡你太美" << endl;
}
}
return 0;
}
这里空空如也
有帮助,赞一个