SunZF 发表于 2022-8-1 16:24:16

666

Sugar920 发表于 2022-8-1 19:07:37

真想知道

明天。 发表于 2022-8-2 08:53:36

666

1103 发表于 2022-8-2 16:35:58

答案

凝魂之风 发表于 2022-8-2 21:50:10

666

しお汐 发表于 2022-8-3 09:39:14

1

XDRazye 发表于 2022-8-3 14:21:50

支持

星光闪耀 发表于 2022-8-4 18:01:28

答案

wadsads 发表于 2022-8-4 20:36:17

0

gyeolhada 发表于 2022-8-5 16:15:15

0.9
1.11
2.a=b;
b=c;
c=5;
3.a=13
b=3
c=8
4.z=fabs(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.readin: scanf("%d", &score);
if (score < 0)
{
      printf("count = %d\n", count);
}
else
{
    count++;
    readin;
}

jhj567 发表于 2022-8-8 13:46:01

#include <stdio.h>

int main (){

    int a, i, s, b, c, t;
   
    a = 1;
    s = 0;
    b = 0;
    c = 0;

    for(i = 0; i < 24; i++)
    {
      //t = a;
      a = a + b;
      b = c;
      c = a;
      s = a + b + c;      

    }

    printf("%d",s);

    return 0;
}

MuffinHead 发表于 2022-8-8 16:26:52

{:10_257:}

zggo 发表于 2022-8-8 16:28:07

bscnbnb 发表于 2022-8-9 06:29:55

emmmm

knight777 发表于 2022-8-9 10:00:46

11

子书天河 发表于 2022-8-9 10:41:26

知道

yuanhaojun 发表于 2022-8-10 15:02:14

答案

164342146 发表于 2022-8-10 15:16:57

0:10
1:0
2:a,b,c
3:a=14,b=5,c=9
4:
z = x >= 0 ? x : -x ;
5:略

爱学习的笨小孩 发表于 2022-8-10 18:13:15

{:5_109:}

爱学习的笨小孩 发表于 2022-8-10 19:32:55

{:5_109:}
页: 224 225 226 227 228 229 230 231 232 233 [234] 235 236 237 238 239 240 241 242 243
查看完整版本: S1E16:拾遗 | 课后测试题及答案