提交时间:2024-01-07 16:26:55

运行 ID: 34571

a,b,c=map(int,input().split()) d=max(a,b,c) print(d)