Toomtam


私信TA

用户名:904053302

访问量:18198

签 名:

等  级
排  名 505
经  验 4573
参赛次数 1
文章发表 30
年  龄 0
在职情况 学生
学  校 HNUST
专  业

  自我简介:

解题思路:





注意事项:






参考代码:

不知道哪里错了

#include<stdio.h>
int main()
{
 int index=0,step=1,count=0,people[100]={0},outs[100]={0};
 int n;
 scanf("%d",&n);
 while(count<n)
 {
  if(step==3)
  {
   outs[count]=index+1;
   count++;
   step=0;
   people[index]=1;
  }
  index=(++index)%n;
  if(people[index]==0)
  {
   step++;
  }
 }
  printf("%d",outs[index]);
  return 0;
}

 

0.0分

0 人评分

  评论区

  • «
  • »