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