#ABC142A. Odds of Oddness
Odds of Oddness
题目描述
Given is an integer .
Takahashi chooses an integer from the positive integers not greater than with equal probability.
Find the probability that is odd.
给定整数 。
高桥以相等的概率从不大于 的正整数中选择一个整数 。
求 是奇数的概率。
输入格式
输入内容按以下格式标准输入:
输出格式
打印 是奇数的概率。当你的输出与法官输出的绝对或相对误差不超过 时,你的输出将被认为是正确的。
样例 #1
样例输入 #1
4
样例输出 #1
0.5000000000
样例 #2
样例输入 #2
5
样例输出 #2
0.6000000000
样例 #3
样例输入 #3
1
样例输出 #3
1.0000000000
说明
数据规模与约定
样例 解释
有四个不大于 的正整数: 、 、 和 。其中有两个奇数: 和 。因此,答案为 。