Run ID:96086
提交时间:2024-11-03 08:45:15
for i in range() if a>b>c: print("a") if b>a>c: print("b") else: print("c")