Run ID:93293

提交时间:2024-10-13 09:53:00

a = int(input()) for i in range(a): b = list(map(int,input().split())) print(max(a))