Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
C#intermediate_exercise3_designastack by RoenLie
Hãy chọn loại bài tập.
11. Tính S(n) = 1 + 1.2 + 1.2.3 + … + 1.2.3….N
12. Tính S(n) = x + x^2 + x^3 + … + x^n
13. Tính S(n) = x^2 + x^4 + … + x^2n
14. Tính S(n) = x + x^3 + x^5 + … + x^2n + 1
15. Tính S(n) = 1 + 1/1 + 2 + 1/ 1 + 2 + 3 + ….. + 1/ 1 + 2 + 3 + …. + N
16. Tính S(n) = x + x^2/1 + 2 + x^3/1 + 2 + 3 + … + x^n/1 + 2 + 3 + …. + N
17. Tính S(n) = x + x^2/2! + x^3/3! + … + x^n/N!
18. Tính S(n) = 1 + x^2/2! + x^4/4! + … + x^2n/(2n)!
19. Tính S(n) = 1 + x + x^3/3! + x^5/5! + … + x^(2n+1)/(2n+1)!
20. Liệt kê tất cả các “ước số” của số nguyên dương n
==================
Chọn bài số:
Cached Result
Last Run: 4:47:22 am
Compile: 0.566s
Execute: 0.016s
Memory: 48kb
CPU: 0.062s