Consider an n×nn \times n square board, where nn is a fixed even positive integer. The board is divided into n2n^2 unit squares. We say that two different squares on the board are adjacent if they have a common side.

NN unit squares on the board are marked in such a way that every square (marked or unmarked) on the board is adjacent to at least one marked square.

Determine the smallest possible value of NN.