Run ID:129641
提交时间:2025-08-31 10:44:02
a,b,c = input().split() a = int(a) b = int(b) c = int(c) print(min(a,b,c))