Run ID:136528

提交时间:2025-11-15 13:25:01

a=input().split() v=0 for x in range(len(a)): if v<int(a[x]): v=int(a[x]) print(v)