fork download
  1. a1 = input()
  2. a2 = input()
  3. print(a1+a2)
Success #stdin #stdout 0.13s 14144KB
stdin
50
05
stdout
5005