
IP属地:安徽
%%% xzq
BZOJ_1005_明明的烦恼About Problem The web : http://www.lydsy.com/JudgeOnline/problem.php?id=1005 The tab : ...
About Problem The web : http://www.lydsy.com/JudgeOnline/problem.php?id=1005 The tab : ...
1.题目相关 标签:DP 矩阵乘法 KMP 题目地址:http://www.lydsy.com/JudgeOnline/problem.php?id=1009 题目大意:中文...
可以再解释一下
while (n) {
if (n&1) mul(mt, pre, mt);
mul(pre, pre, pre);
n >>= 1;
}
吗?
BZOJ_1009 GT考试1.题目相关 标签:DP 矩阵乘法 KMP 题目地址:http://www.lydsy.com/JudgeOnline/problem.php?id=1009 题目大意:中文...