Arrange the digits 6, 5, 3 in ascending order to get the smallest number: 3, 5, 6 → 356.

• For the second smallest, keep the first digit the same (3) and swap the other two digits.
• 3, 6, 5 → 365

Final Answer: 365