Your task is to count the number of ways numbers $1,2,\ldots,n$ can be divided into two sets of equal sum.
For example, if $n=7$ , there are four solutions:
The only input line contains an integer $n$ .
Print the answer modulo $10^9+7$ .
7 \n
7
\n
4 \n
4