Run ID:93294
提交时间:2024-10-13 09:53:59
a = int(input()) for i in range(a): b = list(map(int,input().split())) c = max(a) print(*c)