def solve(): A=int(input()) return 2*A-1 #================================================== print(solve())