Tính tổng S = ~x^2~ + ~x^4~ + ... + ~x^{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)~ = ~x^2~ + ~x^4~ + ~x^6~ + ... + ~x^{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~

Input

2 4

Output

340

Comments

Please read the guidelines before commenting.



  • 0
    anhtuan2007  commented on Sept. 23, 2022, 8:09 a.m.

    iloveamelia