Introduction - If you have any usage issues, please Google them yourself
According to the requirement of topic, recursive function is used to calculate the value of Succ (n) according to the mathematical formula given by the title. A counter can be added each time the recursive function is called to calculate the number of functions called, and the value of the Succ (n) and the number of recursion functions to be invoked.