Turkzeka 2010 (6) Black Box - 拼圖

Table of Contents


◆Black Box (20分)

格子中的黑點表示一個全黑方陣的一角;也就是每個點都分屬不同個全黑方陣。

每個方陣至少是 2x2 大小 (也就是可能有 3x3/4x4/...)

方陣間可以相鄰,但不能重疊。

除了方陣外的黑格不能再額外形成方陣。

右邊和下面的黑色數字表示該行/列的方陣個數,

紅色數字表示該行/列最長的一個黑方格鏈長度,

左邊和上面的藍色大數字表示該行/列的白格個數,

藍色小數字表示該行/列的白格分成了幾組。

用以上的規則來解開下面的題目:

http://www.turkzeka.com/zeka/pdf_doc_html/TZ_2010e_files/image016.jpg

圖中已塗黑的兩格是不能形成方陣的黑格。

答案格式為左上到右下的對角線的25格的內容,白格為0,黑格為1。

(盤面是 25x25)

範例題:

3 2 3 3 3 3 2 3 1
1 1 2 1 1 2 1 1 1
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┐
7 1│ │ │ │ │ │ │ │ │ │2│0
├─┼─┼─┼─┼─┼─┼─┼─┼─┤ │
4 2│ │ │.│ │ │ │ │ │ │4│2
├─┼─┼─┼─┼─┼─┼─┼─┼─┤ │
2 2│ │ │ │ │ │.│ │ │ │6│2
├─┼─┼─┼─┼─┼─┼─┼─┼─┤ │
2 2│ │.│ │ │ │ │ │ │ │3│2
├─┼─┼─┼─┼─┼─┼─┼─┼─┤ │
2 2│ │ │ │ │ │ │ │ │ │3│3
├─┼─┼─┼─┼─┼─┼─┼─┼─┤ │
0 0│.│ │ │.│ │ │.│ │ │9│3
├─┼─┼─┼─┼─┼─┼─┼─┼─┤ │
2 1│ │ │ │ │ │ │ │ │ │4│2
├─┼─┼─┼─┼─┼─┼─┼─┼─┤ │
2 1│ │.│ │ │ │ │ │ │ │4│2
├─┼─┼─┼─┼─┼─┼─┼─┼─┤ │
2 1│ │ │ │ │ │ │.│ │ │4│2
└─┴─┴─┴─┴─┴─┴─┴─┴─┘ │
6 7 4 6 6 4 7 6 8
───────────────────┘
   3 3 1 2 2 1 2 2 2


範例題的解:

3 2 3 3 3 3 2 3 1
1 1 2 1 1 2 1 1 1
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┐
7 1│ │ │ ││ │ │ │ │2│0
├─┼─┼═╪═┼═╪═┼─┼─┼─┤ │
4 2│ │ .│ │ │4│2
├─┼──┼──┼──┼─┼─┤ │
2 2│ │ │.│ │6│2
═╪═┼═╪═┼═╪═┼═╪═╪═┤
2 2 │.║ │ │ │ 3│2
─┼─┼═╪═┼─┼─┼─
2 2║ ║║ ║ │ │ 3│3
├═╪═┼─┼─╫─╫─┼─┼─
0 0.│ .│ .│ │ 9│3
─┼─┼═╪═┼┼═╪═╪═┤
2 1│ │ │ │ │ 4│2
├═╪═┼─┼─┼─┼──┼─┼─
2 1 │.│ │ │ │ │ 4│2
─┼──┼─┼─┼──┼─┼─
2 1│ │ │.│ │ 4│2
└═╧═┴─┴─┴─┴─┴═╧═╧═┘
6 7 4 6 6 4 7 6 8
───────────────────┘
   3 3 1 2 2 1 2 2 2

--
去年出過就把當時的翻譯和 CopyRight 畫的圖給貼了過來 XD

(這次是 25x25 所以 BBS 畫不下了 @_@)

再來就是多解題了~

--
'Oh, Harry, dont't you see?' Hermione breathed. 'If she could have done
one thing to make absolutely sure that every single person in this school
will read your interview, it was banning it!'
---'Harry Potter and the order of the phoenix', P513

--

All Comments