posted @ 2016-05-06 09:22 蓝空 阅读(105) 评论(0) 推荐(0) 编辑
摘要:
A - 棋盘问题 Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u Submit Status Practice POJ 1321 Description 在一个给定形状的... 阅读全文
摘要:
区间DP:http://blog.csdn.net/lyhvoyage/article/details/24392533 数位dp: http://wenku.baidu.com/link?url=o3ER_gVCyB0qcKthM-Y8vPtAGZ_u5bzOu_gUCUhPcXC6YfaS... 阅读全文
posted @ 2016-05-06 08:59 蓝空 阅读(82) 评论(0) 推荐(0) 编辑
摘要:
Monkey and Banana Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1069 Description ... 阅读全文
posted @ 2016-05-05 22:06 蓝空 阅读(150) 评论(0) 推荐(0) 编辑
摘要:
Ignatius and the Princess IV Time Limit:1000MS Memory Limit:32767KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1029 D... 阅读全文
posted @ 2016-05-05 10:46 蓝空 阅读(123) 评论(0) 推荐(0) 编辑
摘要:
A - Max Sum Plus Plus Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1024 Descript... 阅读全文
posted @ 2016-05-05 09:48 蓝空 阅读(151) 评论(0) 推荐(0) 编辑
摘要:
#include#include#include#includeusing namespace std;struct node{ long long S; long long P; double q;}a[3];bool cmp(node a,node b){ retur... 阅读全文
posted @ 2016-05-04 15:16 蓝空 阅读(101) 评论(0) 推荐(0) 编辑
摘要:
#include#include#includeusing namespace std;int dir[4][2]={{-1,0},{1,0},{0,-1},{0,1}};int main(){ int T; int N,M; int s[25][25]; int v... 阅读全文
posted @ 2016-05-04 15:14 蓝空 阅读(130) 评论(0) 推荐(0) 编辑
摘要:
#include#include#include#includeusing namespace std;char str[12345];char str1[12345];char str2[12345];char num1[12345];char num2[12345];char num3[... 阅读全文
posted @ 2016-05-04 15:13 蓝空 阅读(165) 评论(0) 推荐(0) 编辑
摘要:
#include #include #include #include #define MAX 500 using namespace std; int main (){ char temp1[MAX],temp2[MAX],str[MAX]; strcpy(te... 阅读全文
posted @ 2016-05-04 15:12 蓝空 阅读(128) 评论(0) 推荐(0) 编辑