Run ID:92940

提交时间:2024-10-07 10:11:59

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