Run ID:71453

提交时间:2024-04-24 12:04:00

a,b = map(int,input().split()) def print_max(x,y): if x>y: print(x) else: print(y) print_max(a,b)