解题思路:

注意事项:

参考代码:

a,b,c=map(int,input().split())

s=[]

s.append(a)

s.append(b)

s.append(c)

print(max(s))


 

0.0分

0 人评分

  评论区