fork download
  1. x=float(input())
  2. y=float(input())
  3. print(x+y)
Success #stdin #stdout 0.06s 14136KB
stdin
1.23
88.99
stdout
90.22