#R1018. [KBC002B] Sequence 3
[KBC002B] Sequence 3
Problem Statement
Given a number , find the minimum value of such that .
Constraints
- .
Input
The input is given from Standard Input in the following format:
$\color{#cccccc}\boxed{\color{white}{\large{|}}\color{black}N\color{white}{\large{|}}}$
Output
Output the minimum value of .
Sample Input 1
55
Sample Output 1
10
Sample Input 2
1000000000
Sample Output 2
44721