首页 > 代码库 > 【LA3882】And then there was one
【LA3882】And then there was one
做sb题也是一种乐趣,是吧……
#include<bits/stdc++.h> #define N 10005 using namespace std; int f[N],m,n,k; int main(){ while(scanf("%d%d%d",&n,&k,&m)&&n){ int a=0; for(int i=2;i<=n;i++)a=(a+k)%i; a=(m-k+1+a)%n;if(a<=0)a+=n; printf("%d\n",a); } }
【LA3882】And then there was one
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。