fork download
  1. a = input()
  2. b = input()
  3. print(a+b)
Success #stdin #stdout 0.03s 9684KB
stdin
12
24
stdout
1224