Run ID:128166
提交时间:2025-08-05 04:50:29
a = [] for _ in range(11): a.append(int(input())) print(max(a))