样例输入 #1
4 3
样例输出 #1
java
样例输入 #2
6 6
样例输出 #2
python
样例输入 #3
5 2
样例输出 #3
phphp
提示
In the first test there is one of the appropriate new passwords — java, because its length is equal to $ 4 $ and $ 3 $ distinct lowercase letters a, j and v are used in it.
In the second test there is one of the appropriate new passwords — python, because its length is equal to $ 6 $ and it consists of $ 6 $ distinct lowercase letters.
In the third test there is one of the appropriate new passwords — phphp, because its length is equal to $ 5 $ and $ 2 $ distinct lowercase letters p and h are used in it.
Pay attention the condition that no two identical symbols are consecutive is correct for all appropriate passwords in tests.
在第一个测试中,其中一个合适的新密码——java,它的长度等于$4$,并且其中使用了$3$个不同的小写字母a,j和v。
在第二个测试中,其中一个合适的新密码——python,它的长度等于$6$,它由$6$个不同的小写字母组成。
在第三个测试中,其中一个合适的新密码——phphp,它的长度等于$5$并且其中使用了$2$个不同的小写字母p和h。
请注意,在测试中,没有两个相同的字母是连续的,对于所有合适的密码都是这样的。