Introduction - If you have any usage issues, please Google them yourself
Monkey king election tasks: a bunch of monkeys have numbers, numbers are 1,2,3 ... m, these monkeys (m) in the order of 1-m around a circle, beginning from the first number, each number through N, the monkey will leave this circle, and so on down until the circle only last a monkey, the monkey is king. Requirements: Input Data: Input m, nm, n is an integer, n <m
输出形式:中文提示按照m个猴子,数n 个数的方法,输出为大王的猴子是几号 ,建立一个函数来实现此功能 。