1. Problem 문제 확인하기 2. Solution 1. Python (memory: 31256KB, time: 44ms) N = int(input()) print((N // 2 + 1) * ((N + 1) // 2 + 1))