luogu#P10503. 233 Matrix
233 Matrix
题目描述
In our daily life we often use 233 to express our feelings. Actually, we may say 2333, 23333, or 233333 ... in the same meaning. And here is the question: Suppose we have a matrix called 233 matrix. In the first line, it would be 233, 2333, 23333... (it means , , ...) Besides, in 233 matrix, we got . Now you have known , could you tell me in the 233 matrix?
输入格式
There are multiple test cases. Please process till EOF.
For each case, the first line contains two postive integers . The second line contains n integers, ().
输出格式
For each case, output mod 10000007.
题目大意
【题目描述】
在我们的日常生活中,我们经常用 233 来表达我们的情感。实际上,我们可能会说 2333、23333 或者 233333... 都表示同样的意思。现在有一个问题:假设我们有一个称为 233 矩阵。在第一行,它可能是 233、2333、23333...(表示 ,,...)。此外,在 233 矩阵中,我们有 。现在已知 ,你能告诉我 233 矩阵中的 吗?
【输入格式】
有多个测试用例,请处理直到 EOF。
对于每个案例,第一行包含两个正整数 。第二行包含 n 个整数,()。
【输出格式】
对于每个案例,输出 模 10000007。
翻译来自于:ChatGPT
1 1
1
2 2
0 0
3 7
23 47 16
234
2799
72937