Run ID:102266

提交时间:2024-12-21 14:37:15

b=[] for i in range(10): a=int(input()) b.append(a) print(max(b))