随笔分类 -  2-SAT

摘要:Go DeeperTime Limit : 4000/2000ms (Java/Other) Memory Limit : 65536/65536K (Java/Other)Total Submission(s) : 6 Accepted Submission(s) : 1Problem DescriptionHere is a procedure's pseudocode:go(int dep, int n, int m) begin output the value of dep. if dep < m and x[a[dep]] + x[b[dep]] != c[dep] 阅读全文
posted @ 2012-04-27 20:02 lmnx 阅读(207) 评论(0) 推荐(0)