编号为1,2,...,n的n个人按顺时针方向坐在圆桌边, 每人持有一密码(正整数),从第s人开始报数, 报到第m人出列, 再从下一人开始报, 直至所有的人都出列为止
下面是用数组的方法编的C语言源程序!仅供参考,欢迎多提宝贵意见!
#include
main()
{
int n,s,password;
int a[100];
int i,j,counter1=1,counter2=0;
printf("please input the value of n:");
scanf("%d",&n);
printf("please input the number of the biginer:");
scanf("%d",&s);
if(s>n)
{
printf("please reinput the number less than %d:",n);
scanf("%d",&s);
}
printf("please input the value of the password:");
scanf("%d",&password);
for(i=0;i a[i]=i+1;
j=s-1;
while(counter2!=n)
{
while(password==1)
{
printf("%4d",a[j]);
counter2++;
if(counter2==n)
return;
if(j j++;
else
j=0;
}
while(password!=1&&counter1!=password)
{
if(j j++;
else
j=0;
while(a[j]==0)
{
if(j j++;
else
j=0;
}
counter1++;
if(counter1==password)
{
printf("%4d",a[j]);
a[j]=0;
if(j j++;
else
&nb
tplink路由器默认密码是多少(tplink路由器默认密码详解)
tplink路由器默认密码怎么查看(tplink路由器默认密码查看方法)
tplink无线路由器密码怎么重置(tplink无线路由器密码重置方法)
手机如何设置tplink无线路由器密码和密码共享功能(手机设置tplink无线路由器密码和密码共享功能方法)
tplink无线路由器密码忘记了怎么办(tplink无线路由器密码忘记了解决方案)
tplogin路由器可以无线桥接么(TPLink路由器是否支持无线桥接功能)