拂晓尘嚣 发表于 2021-12-24 10:34:05

1

SmallStool 发表于 2021-12-24 22:47:41

1

RoiUqk 发表于 2021-12-25 12:32:42

11

胡嘉仪 发表于 2021-12-25 18:00:54

1

草小冰 发表于 2021-12-25 21:36:45

#include <stdio.h>

int main()
{
        int month,count = 1;
        int i = 2;
       
        for ( month = 0; month < 24; month++)
        {
                if ( month < 3)
                {
                        count += 1;
                }
               else
               {
                       count = count + i;
                       i += 1;
               }
               printf("%d个月后,此时有%d对兔子\n",month + 1,count);
        }
        count = count - 1;
        printf("两年后,可以繁殖%d对兔子\n",count);
       
        return 0;
}

wjwccc 发表于 2021-12-26 20:47:18

vdf2021 发表于 2021-12-27 04:28:18

我要对答案

你是一个一个 发表于 2021-12-27 20:04:34

look

爱学习的阿瑶 发表于 2021-12-27 21:03:17

9次
10个
a = (b=5,c=b)
晕了
不懂
if (size > 12)
{
      cost = cost * 1.05;
      flag = 2;
}
bill = cost * flag;

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


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

爱俯卧撑的123 发表于 2021-12-27 21:17:49

123

handwish 发表于 2021-12-28 14:38:05

22

J.vane 发表于 2021-12-28 20:23:08

0.81
1.0
2.
3.a=14 b=4 c=10
4.
5.

youxixingzhet 发表于 2021-12-29 22:37:16

m

周云成 发表于 2021-12-29 22:56:17

已完成作业

udbiawhm 发表于 2021-12-30 10:11:29

4

ren1195400471 发表于 2021-12-30 16:28:49

11

小菜崽 发表于 2021-12-31 18:50:23

1

h2500s 发表于 2022-1-1 16:41:00

1

J2ane 发表于 2022-1-2 09:26:32

1

哈喽沃德123 发表于 2022-1-2 14:41:07

答案
页: 198 199 200 201 202 203 204 205 206 207 [208] 209 210 211 212 213 214 215 216 217
查看完整版本: S1E16:拾遗 | 课后测试题及答案