摘要: Parity game Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 11042 Accepted: 4253 Description Now and then you play the following game with 阅读全文
posted @ 2018-05-29 22:48 flyer_duck 阅读(219) 评论(0) 推荐(0) 编辑
摘要: Supermarket Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 15416 Accepted: 6941 Description A supermarket has a set Prod of products on sa 阅读全文
posted @ 2018-05-29 19:15 flyer_duck 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 前置题目:poj1611、poj1182、hdoj3038 有了前面的积累,这道题目自然就想出了运用并查集将它们归为一类。 以及它们之间的关系,主要是在路径压缩的时候发生了改变。这些在poj1182、hdoj3038都可以体会到这一点。 问题的关键是这个测谎仪,要怎么判断对错。 这里看到网上的题解都 阅读全文
posted @ 2018-05-29 09:48 flyer_duck 阅读(180) 评论(0) 推荐(0) 编辑