会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
XSamsara
管理
随笔分类 -
矩阵乘法
[51nod]1668 非010串【矩阵乘法】
摘要:1668 非010串【题目描述】 传送门【题解】 先求出递推式,然后用矩阵乘法求解。代码如下#include#include#include#define LL long longusing namespace std;const LL MOD=1e9+7;LL n...
阅读全文
posted @
2018-05-24 21:43
XSamsara
阅读(185)
评论(0)
推荐(0)