摘要: 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 //矩阵大小上限 8 const int SIZ=110; 9 int MOD=1000000000; 10 11 //矩阵大小为n*m,初始化... 阅读全文
posted @ 2015-07-27 15:09 相儒以沫 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 using namespace std; 5 6 long long tmp[11]; 7 8 //矩阵大小上限 9 const int SIZ=100; 10 int MOD=10000007; 11 12 //矩... 阅读全文
posted @ 2015-07-27 10:41 相儒以沫 阅读(91) 评论(0) 推荐(0) 编辑