提交时间:2025-03-12 19:56:24
运行 ID: 312344
x=input() if x=='a': print("It is good") elif x=='b': print("OMG") else: print("Yes!")