#P2849. For Kisses

For Kisses

Problem Description

WisKey has a little lovely sister named Sweet. One day Sweet wants play a game with him. The game rules like this, in the N*N girds, you can choose K girds to make any 4 of grids not rectangles vertexes, Sweet say if WisKey can find out the max K, she will give him a Kiss !!
WoW, this is a funny and cute challenge, everybody rise UP~
This is not rectangle.
This is a rectangle.

Input

The Sweet just has 9 questions, any questions have an N(N<=21). and WisKey want 9 Kisses!

Output

For each questions, output the max possible K.

1 2 3 4 5 6 7 13 21
1 3 . . .

Hint


Hint
When N = 2, the one of the solutions is , so the max K is 3.