Problem 3433 --Matrix Power Series

3433: Matrix Power Series

"
Time Limit $1$ 秒/Second(s) Memory Limit $512$ 兆字节/Megabyte(s)
提交总数 $3$ 正确数量 $2$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签
Given a n × n matrix A and a positive integer k, find the sum S = A + A2 + A3 + … + Ak.
The input contains exactly one test case. The first line of input contains three positive integers n (n ≤ 30), k (k ≤ 10^9) and m (m < 10^4). Then follow n lines each containing n nonnegative integers below 32,768, giving A’s elements in row-major order.
Output the elements of S modulo m in the same way as A is given.
2 2 4
0 1
1 1
1 2
2 3

推荐代码 查看3433 所有题解 上传题解视频得图灵币

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[$136 $ms] aoj_judger 613495 2020-09-30 14:41:25
内存最少[$0 $KB] aoj_judger 613495 2020-09-30 14:41:25
第一AC aoj_judger 613459 2020-09-29 23:58:37
第一挑战 aoj_judger 613459 2020-09-29 23:58:37

赛题来源/所属竞赛 N/A

竞赛编号 竞赛名称 竞赛时间 访问比赛