usaco PROB Checker Challenge 搜索
摘要:
搜索的过程中用2进制保存状态,通过位运算判断可行性。//#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;#defin 阅读全文
posted @ 2014-02-20 19:18 BMan、 阅读(219) 评论(0) 推荐(0) 编辑