LY616098210 发表于 2019-8-27 21:15:35

1

youliang 发表于 2019-8-28 14:56:10

10
0
a
14,5,9
x<0?z=-x:z=x;

长大1/2 发表于 2019-8-28 18:27:54

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

fisionfly 发表于 2019-8-29 13:32:52

确定

帅静静 发表于 2019-8-30 06:02:03

朕的答案

在巅峰 发表于 2019-8-31 18:13:03

1

Shineunyemong 发表于 2019-8-31 18:53:13

回复

wlkent 发表于 2019-9-1 03:18:17

#include <stdio.h>

int main()
{
        int month = 3;
        long int a0 = 1, a1 = 1 , a2 = 1, a3 = 2; //一,二,三月兔子数,接下来 a3代表month 月,a2month -1…
       
        do{
                month++;
                a1 = a2;
                a2 = a3;
                a3 = a1 + a2;
                printf("%d月的兔子数为:%ld\n", month, a3);
        } while(month < 24);
       
        printf("两年的兔子对数为:%ld\n", a3);
       
        return 0;
}


jamesybs 发表于 2019-9-1 18:57:12

111111111111111111

iosaox 发表于 2019-9-2 21:02:40

RE: S1E16:拾遗

程宥諼 发表于 2019-9-3 08:36:20

1

姚总的添狗 发表于 2019-9-3 11:10:18

123

13781993510 发表于 2019-9-3 15:28:22

4

来自异界的飞猪 发表于 2019-9-3 20:03:40

{:10_243:}

居士亭 发表于 2019-9-4 14:07:10

kadaan

二十七点 发表于 2019-9-4 17:06:49

1

乐知者 发表于 2019-9-4 20:09:27

答案

896261004 发表于 2019-9-5 16:16:00

100

给你煮了小鱼米 发表于 2019-9-5 22:26:54

学习

陈洛 发表于 2019-9-6 00:08:17

回复
页: 48 49 50 51 52 53 54 55 56 57 [58] 59 60 61 62 63 64 65 66 67
查看完整版本: S1E16:拾遗 | 课后测试题及答案