b=2**31 print("Yes"if-b<=int(input())<b else"No")
怎么变得更短
收起
只要一行吗?
print("Yes"if-(2**31)<=int(input())<(2**31) else"No")
报告相同问题?