目录

力扣753. 破解保险箱

力扣753. Cracking the Safe(破解保险箱)

找到最短的密码字符串。

示例 1:

../posts/01_学习/87_LeetCode/0753_破解保险箱/img/0753-1-description.png

输入:n = 1, k = 2
输出:"01"
解释:...

提示: