斐波那契连续 Fibonacci Consecutive
填入数字使得每行、列、宫内都是1、1、2、3、5、8六个数字。如果相邻的两个数是斐波那契数列上的相邻两项,那么用连续挡板进行标记。如果相邻两格之间如果没有挡板,则这两格一定不是这样的相邻两项。
Fill 1,2,3,5,8 into squares so that every row, column and outlined box contains 2,3,5,8 and two 1s. Wherever two adjacent cells contain consecutive terms of Fibonacci Sequence(1,1,2,3,5,8) a bar is marked.
赛事频率 较低
部分国际赛事偶尔出现的题型,易错率较高。