两个骑士
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
一个骑士的攻击位置如下所示:
你的任务是计算 k=,即两个骑士在一个k*k的棋盘上不相互攻击的方式。
输入
唯一的输入行包含一个整数n。
输出
打印n整数:结果。
约束
Example
Input:
8
Output:
0
6
28
96
252
550
1056
1848