Run ID:92941

提交时间:2024-10-07 10:12:18

s = input().split() s = list(map(int, s)) a = s[0] b = s[1] c = s[2] print(min(a, b,c))