Run ID:87636

提交时间:2024-08-11 09:20:26

a=int(a) b=int(b) if a>b: print(a) if b>a: print(b)