摘要:
1 #include <bits/stdc++.h> 2 using namespace std; 3 int f[210][210][5]; 4 int a[5][20][2]; 5 int sum[5],strl; 6 inline int dp(int leftt,int rightt,int 阅读全文
摘要:
1 #include <bits/stdc++.h> 2 #define ll long long 3 using namespace std; 4 inline int read(){ 5 int x=0;int f=1;char ch=getchar(); 6 while(!isdigit(ch 阅读全文
摘要:
1 #include <bits/stdc++.h> 2 using namespace std; 3 inline int read(){ 4 int x=0;int f=1;char ch=getchar(); 5 while(!isdigit(ch)) {if(ch=='-')f=-1;ch= 阅读全文
摘要:
1 #include <bits/stdc++.h> 2 #define ll long long 3 using namespace std; 4 inline ll read(){ 5 ll x=0;ll f=1;char ch=getchar(); 6 while(!isdigit(ch)){ 阅读全文
摘要:
3231: [Sdoi2008]递归数列 Time Limit: 1 Sec Memory Limit: 256 MB Submit: 841 Solved: 378 [Submit][Status][Discuss] Description 一个由自然数组成的数列按下式定义: 对于i <= k:a 阅读全文
摘要:
1854: [Scoi2010]游戏 Time Limit: 5 Sec Memory Limit: 162 MB Submit: 5930 Solved: 2396 [Submit][Status][Discuss] Description lxhgww最近迷上了一款游戏,在游戏里,他拥有很多的装 阅读全文