Coding is the closest thing we have to superpower !
编写程序实现输入已知整数N,计算:1+1/2+1/3+…+1/N的值。(保留6位小数)
输入一行,包含一个整数N
输出一个浮点数。保留六位小数。
2
1.500000