Score : $400$ points
Given an integer $N$, find the smallest integer $X$ that satisfies all of the conditions below.
Input is given from Standard Input in the following format:
$N$
Print the answer as an integer.
9
15
For any integer $X$ such that $9 \le X \le 14$, there is no $(a, b)$ that satisfies the condition in the statement.
For $X=15$, $(a,b)=(2,1)$ satisfies the condition.
0
0
$N$ itself may satisfy the condition.
999999999989449206
1000000000000000000
Input and output may not fit into a $32$-bit integer type.