fork(1) download
  1. a = input()
  2. b = input()
  3. print(a+b)
Success #stdin #stdout 0.04s 63536KB
stdin
12
24
stdout
36