/*默认41报3,最后两个位置*/ #include using namespace std; int main(){ int j=0; int s=0;//jmp 3 int n[41]; for(int i=0;i<41;i++)n[i]=1; for(int i=0;j<39;i++){ if(i==41)i=0; s+=n[i]; if(s==3){ s=0; n[i]=0; j++; } } for(int i=0;i<41;i++)if(n[i]==1)cout<