2018年2月4日

UVA10689 Yet another Number Sequence —— 斐波那契、矩阵快速幂

摘要: 题目链接:https://vjudge.net/problem/UVA-10689 题解: 代码如下: 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <algorithm> 5 #include < 阅读全文

posted @ 2018-02-04 16:38 h_z_cong 阅读(280) 评论(0) 推荐(0) 编辑

HDU4990 Reading comprehension —— 递推、矩阵快速幂

摘要: 题目链接:https://vjudge.net/problem/HDU-4990 Reading comprehension Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total S 阅读全文

posted @ 2018-02-04 16:34 h_z_cong 阅读(249) 评论(0) 推荐(0) 编辑

HDU5015 233 Matrix —— 矩阵快速幂

摘要: 题目链接:https://vjudge.net/problem/HDU-5015 233 Matrix Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission( 阅读全文

posted @ 2018-02-04 16:00 h_z_cong 阅读(397) 评论(0) 推荐(1) 编辑

CodeForces - 450B Jzzhu and Sequences —— 斐波那契数、矩阵快速幂

摘要: 题目链接:https://vjudge.net/problem/CodeForces-450B B. Jzzhu and Sequences time limit per test 1 second memory limit per test 256 megabytes input standard 阅读全文

posted @ 2018-02-04 13:56 h_z_cong 阅读(173) 评论(0) 推荐(0) 编辑

导航