fork download
  1. a = input()
  2. a = int(a)
  3. b = input()
  4. b = int (b)
  5. a-b
Success #stdin #stdout 0.02s 5764KB
stdin
10 
5
stdout
Standard output is empty