import strutils proc solve() = var N = stdin.readLine.parseInt dp: array[52, int] dp[0] = 1 for i in 0..