UVA 10319 Manhattan 2-sat
摘要:
不难想到是2-sat,这题最繁的就是加边的了//#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 阅读全文
posted @ 2014-03-24 14:21 BMan、 阅读(165) 评论(0) 推荐(0) 编辑