fork download
  1. # your code goes here
  2.  
  3. a = input()
  4. b = input()
  5.  
  6. c = a//b
  7. print(c)
Success #stdin #stdout 0.01s 7228KB
stdin
5
2
stdout
2