Run ID:128190
提交时间:2025-08-09 11:23:04
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: y=x else: y=c print(y)