书山有路,学海无涯

摘要: 1 #include 2 #include 3 #include 4 #include 5 #include "biginteger.h" 6 using namespace std; 7 struct matrix 8 { 9 BigInteger g[10][10]; 10 int n, m; 11 matrix ope... 阅读全文
posted @ 2017-08-20 20:57 Jimmy_King 阅读(144) 评论(0) 推荐(0) 编辑