Introduction - If you have any usage issues, please Google them yourself
The Josephus problem program, for arbitrary input of n and m, obtaining the number of the last remaining people. Require the use of linear table to save n individuals, respectively, with formulaic link three analog pointer description method.