Run ID:94805

提交时间:2024-10-26 14:03:29

a = input().split() b = int(a[0]) c = int(a[1]) d = int(a[2]) if b < c < b: print('max=',b,sep="") elif b < d < c : print('max=',c,sep="") else : print('max=',d,sep="")