2048. 下一个更大的数值平衡数
2048. 下一个更大的数值平衡数
- 难度:
medium - 原始链接: https://leetcode.cn/problems/next-greater-numerically-balanced-number
- 标签:
枚举
解法一: 枚举
1 | func nextBeautifulNumber(n int) int { |
medium枚举1 | func nextBeautifulNumber(n int) int { |
Update your browser to view this website correctly.&npsb;Update my browser now