竞赛
考级
N = int(input()) a = N < 0 if a: N = -N b = str(N):-1 b = b.lstrip('0') if not b: c = 0 else: c = int(b) if a: c = -c print(c)
你爹
共41条
提交答案之后,这里将显示提交结果~