{
  "hint1": "Arrange digits from largest to smallest for the greatest: 9643.",
  "hint2": "The second greatest number changes only the smallest two digits.",
  "hint3": "Swap 4 and 3 at the end: 9634."
}