#!/usr/bin/env python3 n = int(input()) print((n + 1) // 2 * 2)