lee壮实 发表于 2021-9-14 11:33:08

16

哇哦pc 发表于 2021-9-14 12:10:00

1

csfsofm 发表于 2021-9-14 23:08:57

123

shu13121770 发表于 2021-9-15 05:26:19

0

潜水小蓝人 发表于 2021-9-15 07:45:17

00.0

真的是阿超啊 发表于 2021-9-15 10:13:23

答案

猜情寻zz 发表于 2021-9-15 18:15:38

..

zengweiy 发表于 2021-9-16 10:18:19

1

珂柯轲坷 发表于 2021-9-16 11:11:51

0.100个
1.10个
2.a,b,c
3.a = 14,b = 4,c = 9
4.x > 0 ? z = x : z = - x
5.Aif (size > 12)
{
      cost = cost * 1.05;
      flag = 2;
}
bill = cost * flag;
Bif (ibex > 14)
{
   sheds = 3;
}
sheds = 2;
help = 2 * sheds;
C
if (score < 0)
{
       printf("count = %d\n", count);
}
count++;
scanf("%d", &score);

虔诚也要学C了 发表于 2021-9-16 19:35:28

df

biubiuqiuqiu 发表于 2021-9-16 19:46:45

已完成

hecha 发表于 2021-9-16 23:14:09

a

Raddit 发表于 2021-9-17 15:21:32

哈哈

小海灵 发表于 2021-9-18 11:17:09

1

wangziansunli 发表于 2021-9-18 17:04:11

1

不点火就起飞 发表于 2021-9-19 09:11:48

静静不文静 发表于 2021-9-19 18:00:08

答案

北喜玛拉 发表于 2021-9-19 18:11:18

1

1137848349 发表于 2021-9-19 18:48:14

0.9个
1.0个
2.a,b,c
3.b=4 c=8 a=14
4.#include<stdio.h>

int main()
{
    int x , z;
    scanf("%d", &x);

    z = x > 0 ? x : -x;

    printf("%d", z);

    return 0;
}
5.A. if (size > 12)
    {
      cost = cost * 1.05;
      flag = 2;
    }
    else
    {
      bill = cost * flag;
    }
B.if (ibex > 14)
   {
       sheds = 3;
   }
   sheds = 2;
   help = 2 * sheds;
C.if(score < 0)
   {
       printf("count = %d\n", count);
   }
   count++;
   
   scanf("%d", &score);

柚芯 发表于 2021-9-19 19:52:48

3
页: 179 180 181 182 183 184 185 186 187 188 [189] 190 191 192 193 194 195 196 197 198
查看完整版本: S1E16:拾遗 | 课后测试题及答案