fork download
  1. n = int(input())
  2. k = int(input())
  3. print(k // n)
Success #stdin #stdout 0.02s 8736KB
stdin
3
14
stdout
4