邓宗阳 发表于 2021-7-30 17:31:47

0

毒药山 发表于 2021-7-30 19:03:55

1

凌零零 发表于 2021-7-31 10:25:38

6666666666

laohumghj 发表于 2021-7-31 13:33:49

加油坚持

西瓜西瓜强 发表于 2021-7-31 16:29:14

1

周行 发表于 2021-8-1 00:04:53

看看

丁傲龙 发表于 2021-8-1 01:18:05

666

入关码农 发表于 2021-8-1 14:19:22

GEIWOKANGKANG!

zjohannes 发表于 2021-8-1 16:59:47

daydaystudy

舞墨弄蝶 发表于 2021-8-1 20:06:54

学习

lawliet_ 发表于 2021-8-1 20:34:08

100
0
c,b,a
c=9,b=5,a=14
z=x>0?x:-x
if (size > 12)
{
   cost = cost * 1.05;
   flag = 2;   
}
else
{
    bill = cost * flag;
}



if (ibex > 14)
{
       sheds = 3;
}
else
{
      sheds = 2;
      help = 2 * sheds;
}



if (score < 0)
{
      printf("count = %d\n", count);
}
else
{
      count++;
      scanf("%d", &score);
}


回悔会 发表于 2021-8-2 10:41:51

10;



背影中的男孩 发表于 2021-8-2 16:33:54

{:5_91:}

好好学须吧 发表于 2021-8-2 16:54:30

1

lengjh 发表于 2021-8-2 21:41:35

{:5_106:}

zjohannes 发表于 2021-8-3 00:01:23

为什么我模仿小甲鱼的方式,系统会提示超时

#include <stdio.h>
       
#define MONEY 10000
       
int main()
{
                        double a_total = MONEY, b_total = MONEY;
                        int count = 0;

                        do
                        {
                                a_total += a_total * 0.1;
                                b_total += b_total * 0.05;
                                count++;
                        }while(a_total >= b_total);

                        printf("%d年之后,黑夜的总投资额超越了小甲鱼!\n", count);
                        printf("小甲鱼的总投资为:%.2f\n", a_total);
                        printf("黑夜的总投资为:%.2f\n", b_total);

                        return 0;
}

biantao1206 发表于 2021-8-3 15:10:49

看看

我要当个程序员2 发表于 2021-8-3 15:53:41

0:10次
1:11次
2:a,b,c
3:c=9,b=5,a=
4:if(i>=0)
{z=i;}
if(i<0)
{z=-i}

欧阳修的墨 发表于 2021-8-4 10:09:39

0.
1.
2. “I-value”?c = 5; b = c; a = b;
3.
4.
5. 直接替换吧

wyz20010429 发表于 2021-8-4 15:11:38

1
页: 170 171 172 173 174 175 176 177 178 179 [180] 181 182 183 184 185 186 187 188 189
查看完整版本: S1E16:拾遗 | 课后测试题及答案