2019年3月13日

UVA - 10870 Recurrences

摘要: #include using namespace std; const int maxd = 100 + 4; int d, n, m; typedef long long Matrix[maxd][maxd]; typedef long long Vector[maxd]; Vector a, f; //务必秉承不修改原变量的思想。因此开辟t这个辅助空间。 //因为有可能R和A都是指向... 阅读全文

posted @ 2019-03-13 21:44 nbsanshi 阅读(74) 评论(0) 推荐(0) 编辑

导航