摘要:
1 #include 2 #include 3 using namespace std; 4 5 typedef long long LL; 6 const int maxn = 2; 7 const LL m = 1000000009; 8 9 struct Matrix 10 { 11 LL v[maxn][maxn]; 12 }; 13 14 //矩阵间... 阅读全文
posted @ 2018-04-16 20:38
ouyang_wsgwz
阅读(135)
评论(0)
推荐(0)
摘要:
1 #include 2 #include 3 #include 4 using namespace std; 5 6 const double eps = 1e-8; 7 int cmp(double x) 8 { 9 if (fabs(x) 0) return 1; 11 return -1; 12 } 13 14 st... 阅读全文
posted @ 2018-04-16 20:12
ouyang_wsgwz
阅读(152)
评论(0)
推荐(0)

浙公网安备 33010602011771号