51Nod - 1126 求递推序列的第N项
#include <stdio.h>
#include <string.h>
#define maxn 3
#define mod 7
using namespace std;
typedef long long ll;
int N;
ll b_n=0,c[maxn],h[maxn];
struct matrix{
ll m[maxn][maxn];
};
matrix...
原创
2018-08-24 16:06:42 ·
108 阅读 ·
0 评论