public int ysf (int n, int m) { // write code here if(n < 1 || m < 1) return 0; if(n == 1) return 1; return (ysf(n-1,m)+m-1)%n + 1; } } 为什么是m-1,不是m?
点赞

相关推荐

找不到工作死了算了:没事的,雨英,hr肯主动告知结果已经超越大部分hr了
点赞 评论 收藏
分享
牛客网
牛客企业服务