您的位置:首页 > 博客中心 > 互联网 >

【LA3882】And then there was one

时间:2022-05-02 11:06

做sb题也是一种乐趣,是吧……

#include
#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);
    }
}

 

本类排行

今日推荐

热门手游