jamespada 发表于 2022-2-20 13:16:15

dadada

dfffz 发表于 2022-2-20 15:20:25

0.10
1.10次
2.a 、b 、c
3.b = 3, c = 9, a = 14
4.if ( x >= 0)
{
   z = x;
}
if ( x < 0)
{
    z = -x;
}
5.A.
if (size > 12)
{
         cost = cost * 1.05;
         flag = 2;
}
bill = cost * flag;

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

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

野狗 发表于 2022-2-20 19:31:00

1

牛顿与莱布尼茨 发表于 2022-2-20 21:25:48

回复

爱做白日梦的鱼 发表于 2022-2-20 21:49:30

答案

孤不冷cing 发表于 2022-2-21 08:44:08

朕想知道

Rukawakk 发表于 2022-2-21 13:35:35

daan

Gump-up 发表于 2022-2-21 14:16:00

5

xugeokaii 发表于 2022-2-21 22:39:53

1

C入坑 发表于 2022-2-22 16:13:10

jio

求道 发表于 2022-2-22 23:09:12

干就完了

z93440 发表于 2022-2-22 23:18:35

1

i_love_study 发表于 2022-2-23 11:24:10

111

zhangjiepython 发表于 2022-2-23 14:13:19

0.10次
1.9次
2.c=5
3.5,5,4
4.x<0?:x,-x
5.

redwood35487 发表于 2022-2-23 15:44:53

tuzi

YUYEB23 发表于 2022-2-23 15:46:38

真想知道呀

起个名字真难! 发表于 2022-2-23 15:49:28

鱼c哥666

hellooooo 发表于 2022-2-23 17:00:38

哈哈

不知火一树灬 发表于 2022-2-24 11:19:54

1

Cmling 发表于 2022-2-24 13:02:47

s
页: 205 206 207 208 209 210 211 212 213 214 [215] 216 217 218 219 220 221 222 223 224
查看完整版本: S1E16:拾遗 | 课后测试题及答案