标题:帮我看看,有错误
取消只看楼主
fenglin115
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2008-3-16
 问题点数:0 回复次数:0 
帮我看看,有错误
public class ysf {
public static void main(String argv[]){
String people[]=new String[30];
for(int i=0;i<=30;i++){
people[i]="+"; //所有人都在船上
}
int j=0; //数组下标
int count=0; //从1数到9
int water=0; //落水的人数
while(true){
if(people[j].equals("+")){ //满足条件计数1
count++;
//数到9
if(count==9){
people[j]="@"; //该人投入海中
water++; //落入水中人数+1
if(water==15)
break;
// 重新开始计数
count=0;
}
}
j++;
if(j>29) j=0;
}
System.out.println();
for(int i=0;i<30;i++){
System.out.println(people[i]);

歌德巴赫猜想
for(int i=6;i<=2000;i=i+2){
for(int x=2;x<=2000;x++){
y=i-x;
if(MathUtil.isSuShu(x)&MathUtil.isSuShu(y)){
System.out.println(x+"+"+y);
break;
}
搜索更多相关主题的帖子: public people count 
2008-03-28 21:13



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-205911-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.118105 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved