已采纳 张恩泽 高级天翼 这个是周期问题 核心代码: for(int i=1;i<=n;i++) { flag=true; if(i%5==1||i%5==2||i%5==3) { s1++; flag=true; } else { s2++; flag=false; } }