摘要: 谢谢YB。 题目链接 1 #include <cstdio> 2 typedef long long ll; 3 const int mod=1e9+7; 4 struct Matrix { 5 int a[4]; 6 Matrix () { 7 for (int i=0;i<4;i++) 8 a[ 阅读全文
posted @ 2016-09-28 19:38 Apiec 阅读(204) 评论(0) 推荐(0) 编辑