rt,这个算不算浪费评测资源,所有用时 200ms 以下的基本上都是这种代码:
n = int(input()) if n == xxx: print("xxx") elif n == xxx: print("xxx") else: print("xxx")