#5139

BÀI TẬP :   20

  1. n=int(input())
  2. a=n//5000
  3. n=n%5000
  4. b=n//2000
  5. n=n%2000
  6. c=n//1000
  7. print(a,b,c)