fork download
  1. m=int(input())
  2. n=int(input())
  3. print(m+n)
Success #stdin #stdout 0.02s 9416KB
stdin
17
28
stdout
45