#A. Sheryang的字符串序列

    远端评测题 1000ms 256MiB

Sheryang的字符串序列

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

题目描述

给定两个正整数 nnkk

您的任务是找到一个字符串 ss ,使得使用前 kk 个小写英文字母组成的所有可能的长度为 nn 的字符串都作为 ss 的子序列出现。

如果有多个答案,则打印长度最小的一个。如果仍有多个答案,您可以打印其中任何一个。

注意: 如果可以通过从 bb 中删除一些(可能为零)字符而不改变剩余字符的顺序来获得 aa ,则字符串 aa 称为另一个字符串 bb 的子序列。

输入描述

输入的第一行包含一个整数 tt ( 1t6761\leq t\leq 676 ),表示测试用例的数量。

每个测试用例由一行输入组成,其中包含两个整数 nn ( 1n261\leq n\leq 26 ) 和 kk ( 1k261\leq k\leq 26 )。

输出描述

对于每个测试用例,打印一行,其中包含满足上述属性的单个字符串 ss 。如果有多个答案,则打印长度最小的一个。如果仍有多个答案,您可以打印其中任何一个。

4
1 2
2 1
2 2
2 3
ab
aa
baab
abcbac

样例解释

对于第一个测试用例,有两个长度为 11 的字符串,可以使用前 22 个小写英文字母组成,它们作为子序列出现在 ss 中,如下所示:

  • a:ab\texttt{a}: {\color{red}{\texttt{a}}}\texttt{b}
  • b:ab\texttt{b}: \texttt{a}{\color{red}{\texttt{b}}}

对于第二个测试用例,只有一个长度为 22 的字符串可以使用第一个小写英文字母组成,并且它作为子序列出现在 ss 中,如下所示:

  • aa:aa\texttt{aa}: {\color{red}{\texttt{aa}}}

对于第三个测试用例,有 44 个长度为 22 的字符串,可以使用前 22 个小写英文字母组成,它们作为子序列出现在 ss 中,如下所示:

  • $\texttt{aa}: \texttt{b}{\color{red}{\texttt{aa}}}\texttt{b}$
  • ab:baab\texttt{ab}: \texttt{ba}{\color{red}{\texttt{ab}}}
  • ba:baab\texttt{ba}: {\color{red}{\texttt{ba}}}\texttt{ab}
  • $\texttt{bb}: {\color{red}{\texttt{b}}}\texttt{aa}{\color{red}{\texttt{b}}}$

对于第四个测试用例,有 99 个长度为 22 的字符串,可以使用前 33 个小写英文字母组成,它们作为子序列出现在 ss 中,如下所示:

  • $\texttt{aa}: {\color{red}{\texttt{a}}}\texttt{bcb}{\color{red}{\texttt{a}}}\texttt{c}$
  • $\texttt{ab}: {\color{red}{\texttt{ab}}}\texttt{cbac}$
  • $\texttt{ac}: \texttt{abcb}{\color{red}{\texttt{ac}}}$
  • $\texttt{ba}: \texttt{abc}{\color{red}{\texttt{ba}}}\texttt{c}$
  • $\texttt{bb}: \texttt{a}{\color{red}{\texttt{b}}}\texttt{c}{\color{red}{\texttt{b}}}\texttt{ac}$
  • $\texttt{bc}: \texttt{a}{\color{red}{\texttt{bc}}}\texttt{bac}$
  • $\texttt{ca}: \texttt{ab}{\color{red}{\texttt{c}}}\texttt{b}{\color{red}{\texttt{a}}}\texttt{c}$
  • $\texttt{cb}: \texttt{ab}{\color{red}{\texttt{cb}}}\texttt{ac}$
  • $\texttt{cc}: \texttt{ab}{\color{red}{\texttt{c}}}\texttt{ba}{\color{red}{\texttt{c}}}$

2024 新春贺岁 思维模拟赛 div.2 补题场

未认领
状态
已结束
题目
5
开始时间
2024-2-7 0:00
截止时间
2024-2-21 23:59
可延期
24 小时