POJ 2441 Arrange the Bulls 状态DP
摘要:
//#pragma comment(linker, "/STACK:1024000000,1024000000")#include#include#include#include#include#include#include#include#include#include#include#include#include#includeusing namespace std;typedef long long ll;typedef unsigned long long ull;typedef pair pii;#define pb(a) push(a)#define INF 阅读全文
posted @ 2014-03-18 18:34 BMan、 阅读(124) 评论(0) 推荐(0) 编辑