激动的石榴 发表于 2019-3-25 03:30:22

不它拿不了这么多桃子

皛龘骉 发表于 2019-3-26 07:35:58

回复看隐藏

云飞兄 发表于 2019-8-2 11:44:03

134

ArcherKyp 发表于 2019-8-2 15:58:33

回复查看

SuperLuke 发表于 2019-8-7 10:35:14

17楼都不验证一下吗?错了

King.c 发表于 2019-8-9 10:43:53

看看前辈

N01L 发表于 2019-11-27 23:52:38

......................

最大甲鱼 发表于 2019-12-4 15:37:07

支持楼主

a16772823 发表于 2019-12-12 11:26:44

看看

NAMELESSONE 发表于 2019-12-17 10:04:58

public class Demo {
        public static void main(String[] args) {
                int x=0;
                int y=1;
                boolean bool=true;
                while (bool) {
                        x=y;
                for (int i=0 ;i<4;i++) {
                        if ((x-1)%5==0)
                                x=(x-1)/5*4;
                        else break;
                }
                if(x%5==1) {
                        System.out.print(y);
                                bool=false;
                }
                y++;
                }
        }

FANVER 发表于 2019-12-17 11:03:05

1

情缘丶夜未央 发表于 2020-7-22 17:05:11

{:5_102:}

leizi666 发表于 2020-7-27 13:26:33

{:10_277:}

炸油条猫 发表于 2020-11-25 11:02:21

python怎么做

yxlml 发表于 2022-1-7 19:53:58

oo
页: 1 [2]
查看完整版本: Java 小练习(007):猴子分桃问题(20170326)