摘要: http://poj.org/problem?id=3070题目大意:用矩阵乘法求Fibonacci数列#include <cstdio>#include <cstring>#include <iostream>#include <algorithm>#include <vector>#include <set>#include <map>#include <cmath>#include <queue>using namespace std;template <class T> 阅读全文
posted @ 2013-04-09 22:05 aiiYuu 阅读(185) 评论(0) 推荐(0) 编辑