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