Run ID:85869

提交时间:2024-07-20 21:59:06

results=[] for x in range(3): a=list(map(int,input().split())) b=max(a) results.append(b) print(max(results))