摘要: POJ 3074 : Description In the game of Sudoku, you are given a large 9 × 9 grid divided into smaller 3 × 3 subgrids. For example, . 2 7 3 8 . . 1 . . 1 阅读全文
posted @ 2016-03-04 21:03 TenderRun 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 1 const int maxnode=100010; 2 const int maxn=1010; 3 const int maxm=1010; 4 struct DLX 5 { 6 int L[maxnode],R[maxnode],U[maxnode],D[maxnode],Row[maxno 阅读全文
posted @ 2016-03-04 19:44 TenderRun 阅读(467) 评论(0) 推荐(0) 编辑
摘要: MAX Average Problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 7639 Accepted Submission(s): 阅读全文
posted @ 2016-03-04 18:50 TenderRun 阅读(202) 评论(0) 推荐(0) 编辑