Squares - 2
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
In the white square times the same operation was performed: one of the smallest white squares was divided into identical squares and of them were painted black. For a given calculate how many percents of the area takes the black figure.
Input
One integer .
Output
Print the area of the black figure in percents, rounded to decimal digits.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 44%