Run ID:128188

提交时间:2025-08-09 11:20:50

a,b,c=input().split() a=int(a) b=int(b) c=int(c) if a<b: x=a else: x=b if x<c: d=x else: d=c print(d)