a = io.read("*n") if(a % 2 == 0) then print(a) else print(a + 1) end