fork download
  1. x=float(input())
  2. y=float(input())
  3. if x>y and x!=y: print(x)
  4. if x<y and x!=y: print(y)
  5.  
Success #stdin #stdout 0.08s 13944KB
stdin
1.2
0
stdout
1.2