fork download
  1. a=int(input())
  2. b=int(input())
  3. print(a+b)
  4. print(a-b)
Success #stdin #stdout 0.03s 9752KB
stdin
1
2
stdout
3
-1