这题UKE显示:UnexpectedResponse: got an unexpected response when requesting https://codeforces.com/data/submitSource: error decoding response body: invalid digit found in string
就是TLE了 不知道为啥这么显示
1.取模优化 矩阵乘法乘完最后再取模是不会爆的
2.修改操作一定先算好矩阵再传参,不然O(qlogn) -> O(qlognlogx)
其他的常见卡常操作不用多说了吧