fork download
  1. a=input()
  2. b=input()
  3. c=a+b
  4. print(c)
Success #stdin #stdout 0.08s 14152KB
stdin
4
12
stdout
412