Write a function, when the input n is an even number, call the function to find 1/2+1/4+...+1/n, when the input n is an odd number, call the function to find 1+1/3+...+1 /n loop and recursion

NoSuchKey

Guess you like

Origin blog.csdn.net/qq_26705343/article/details/111477724