摘要:
深搜和回溯。关键是如何生成每种layout。有点恶心。一天内再也不想看自己写的这个代码了。有必要截个图告慰一下自己。/* ID:chenjiong PROG:packrec LANG:C++*/#include <stdio.h>#include <string.h>#include <algorithm>#include <iostream>using namespace std;int max(int a,int b){ return a > b ? a : b;}int min(int a,int b){ return a < 阅读全文
posted @ 2012-10-18 20:25
Sinker
阅读(202)
评论(0)
推荐(0)
摘要:
吐槽->china unix真是渣渣,竟然随意删除我的文章。 阅读全文
posted @ 2012-10-18 20:19
Sinker
阅读(152)
评论(0)
推荐(0)