240 发简信
IP属地:安徽
  • %%% :scream: xzq

    BZOJ_1005_明明的烦恼

    About Problem The web : http://www.lydsy.com/JudgeOnline/problem.php?id=1005 The tab : ...

  • BZOJ_1005_明明的烦恼

    About Problem The web : http://www.lydsy.com/JudgeOnline/problem.php?id=1005 The tab : ...

  • BZOJ_1009 GT考试

    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 题目大意:中文...