Tính tổng S = ~1~ + ~\frac{x^2}{2!}~ + … + ~\frac{x^{2n}}{2n!}~

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(x,n)~ = ~1~ + ~\frac{x^2}{2!}~ + ~\frac{x^4}{4!}~ + … + ~\frac{x^{2n}}{2n!}~. Với ~x~, ~n~ là số nguyên dương cho trước.

  • Đầu vào là 2 số ~x~, ~n~
  • Đầu ra là kết quả ~S~

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

Input

3 4

Output

10.05

Comments

Please read the guidelines before commenting.


There are no comments at the moment.