会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Black_Cat
博客园
首页
新随笔
联系
订阅
管理
2018年11月8日
poj 1275 Cashier Employment 差分约束
摘要: #include using namespace std; #define ULL unsigned long long #define LL long long const LL mod=998244353; const int maxn=20+10; const int n=24; int r[maxn]; int b[maxn]; struct edge{int u,v,w;}; vec...
阅读全文
posted @ 2018-11-08 21:17 BIack_Cat
阅读(123)
评论(0)
推荐(0)
编辑
公告