fork download
  1. a1 = input()
  2. a2 = input()
  3. print(a1+a2)
Success #stdin #stdout 0.02s 7240KB
stdin
50
05
stdout
55