python题解 太简单了
2025-09-06 13:20:03
发布于:上海
0阅读
0回复
0点赞
n=int(input())
x=int(input())
if n == 1:
if x == 1:
print("ZhuFan")
elif x == 2:
print("HeZhou")
if n == 2:
if x == 1:
print("XiaoPingGuo")
elif x == 2:
print("DongFengPo")
elif x == 3:
print("GiliGliAi")
这里空空如也
有帮助,赞一个