#ABC142A. Odds of Oddness

Odds of Oddness

题目描述

Given is an integer NN.

Takahashi chooses an integer aa from the positive integers not greater than NN with equal probability.

Find the probability that aa is odd.

给定整数 NN

高桥以相等的概率从不大于 NN 的正整数中选择一个整数 aa

aa 是奇数的概率。

输入格式

输入内容按以下格式标准输入:

NN

输出格式

打印 aa 是奇数的概率。当你的输出与法官输出的绝对或相对误差不超过 10610^{-6} 时,你的输出将被认为是正确的。

样例 #1

样例输入 #1

4

样例输出 #1

0.5000000000

样例 #2

样例输入 #2

5

样例输出 #2

0.6000000000

样例 #3

样例输入 #3

1

样例输出 #3

1.0000000000

说明

数据规模与约定

  • 1N1001 \leq N \leq 100

样例 11 解释

有四个不大于 44 的正整数: 11223344 。其中有两个奇数: 1133 。因此,答案为 24=0.5\frac{2}{4} = 0.5