Tính tổng S = 1 + ~\frac{1}{1+2}~ +...+ ~\frac{1}{1+2+...+n}~

View as PDF

Submit solution

Points: 100.00
Time limit: 1.0s
Memory limit: 100M
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text

Tính ~S(n)~ = 1 + ~\frac{1}{1+2}~ + ~\frac{1}{1+2+3}~ + … + ~\frac{1}{1+2+3+...+n}~. Với ~n~ là số nguyên dương cho trước.

  • Đầu vào là 1 số 𝑛
  • Đầu ra là kết quả 𝑆

Lưu ý: Giá trị ~S~ chỉ làm tròn còn 2 số thập phân

Input

3

Output

1.50

Comments

Please read the guidelines before commenting.


There are no comments at the moment.