Run ID:94803

提交时间:2024-10-26 14:01:51

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"")