提交时间:2026-06-07 16:24:50

运行 ID: 443985

l=int(input('数字:')) n=int(input('数字:')) if l>n : print(l) else : print(n)