兴趣使然的学徒 发表于 2021-2-7 15:45:58

{:9_241:}

YKX666 发表于 2021-2-7 20:32:54

6666666

304079992 发表于 2021-2-7 23:05:05

朕想知道

liu010207 发表于 2021-2-8 12:18:17

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

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

C.

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

ppxiaozhu112 发表于 2021-2-9 01:39:58

1

dlrex 发表于 2021-2-9 02:23:38

{:7_131:}

艾斯奥特曼 发表于 2021-2-9 12:47:01

1

zhoumu 发表于 2021-2-9 14:50:58

oo

Aasdx1 发表于 2021-2-10 16:25:11

0、10
1、10
2、a、b、c
3、a=3
   c=3+5=8+1=9
   b=3+1=4+1=5
4、z = x >= 0 ? x : -x;
5、A:if (size > 12)
{
      cost = cost * 1.05;
      flag = 2;
}
else
{
       bill = cost * flag;
}
5、B:
if (ibex > 14)
{
      sheds = 3;
}
else
{
sheds = 2;
help = 2 * sheds;
}
5、C:
if(1)
{
    scanf("%d", &score);
    if (score < 0)
    {
      printf("count = %d\n", count);
    }
    else
    {
    count++;
    }
}

client_2233 发表于 2021-2-11 13:13:14

123

6HHHHHH 发表于 2021-2-11 19:00:00

雪月圣雕 发表于 2021-2-12 08:48:27

666666666666666

jia_yu 发表于 2021-2-13 21:13:44

111

yihai313 发表于 2021-2-13 22:04:03

就看看

工藤 发表于 2021-2-14 07:44:33

.

18511982780 发表于 2021-2-14 20:03:58

{:5_90:}

武德 发表于 2021-2-15 02:57:29

回复

晒尾巴的狐狸 发表于 2021-2-16 14:04:01

1

呐呐呐123 发表于 2021-2-17 16:08:41

谢谢

毛很肥 发表于 2021-2-17 21:23:26

100   10   8 3 8
页: 141 142 143 144 145 146 147 148 149 150 [151] 152 153 154 155 156 157 158 159 160
查看完整版本: S1E16:拾遗 | 课后测试题及答案