{
  "hint1": "Arrange digits from smallest to largest for the smallest number: 356.",
  "hint2": "The second smallest swaps only the last two digits.",
  "hint3": "Swap the 5 and 6: 365."
}