Run ID:123112

提交时间:2025-06-28 08:59:36

a,b=input().split() a=int(a) b=int(b) print(max(a,b))