bailiang0920 发表于 2018-3-21 18:03:59

int main()
{   float a=10000, b=10000, c=1;
    int year;
    for (year=1;a >= b;year++)
    {
      c = c * 1.05;
      a = 1000 * year + 10000;
      b = c * 10000;
    }
    printf("%d 年后,黑夜的投资超过小甲鱼。 \n",year);
    printf("小甲鱼%f\n",a);
    printf("黑夜%f\n",b);

    return 0;

gs_3745 发表于 2018-3-21 19:11:13

{:10_254:}

yc365532291 发表于 2018-3-22 11:14:40

555

风骚的小胖子。 发表于 2018-3-22 14:34:07

q

统冠陶瓷 发表于 2018-3-24 16:29:20

0

cAINIAO` 发表于 2018-3-25 15:33:18

卖鱼熊 发表于 2018-3-25 23:17:16

0. 0个
1. 10个
2.
3.a=14 ,b=5,c=9
4. (x=5?z:y);
5.
A
if (size > 12)

{

        cost *= 1.05;

}

else

{

        flag = 2;
       
        bill *= flag;

}

B

C


0.
#include<stdio.h>
int main(void)
{
        floatx, y;
        int year = 1, i;
        x = 10000.00;
        y = 10000.00;
        for (i = 1; 1 <= 100; i++)
        {
                x += (10000*0.1);
                y += (y*0.05);
                if (x > y)
                {
                        year++;
                        continue;
                }
                else
                {
                        printf("%d年后,黑夜的投资额超过小甲鱼!\n", year);
                        printf("小甲鱼是:%.2f\n", x);
                        printf("黑夜是:%.2f\n", y);
                        break;
                }
        }
        return 0;
       
}

1.

2.

3.

yc365532291 发表于 2018-3-26 12:30:00

6666

ike20180307 发表于 2018-3-26 16:08:17

朕不想知道

Qionry 发表于 2018-3-27 20:14:59

仰望天空的女孩 发表于 2018-3-27 22:01:14

1

Checkmate 发表于 2018-3-28 07:35:37

测试题:

0.10个'A'

1.10个'B'

help = 2 * sheds;
2.a, b, c

3.b == 3
c = b++ + 5 == 9
a == ++c + ++b == 14

4.z = x >= 0 ? x : -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


flag = socre < 0 ? 1 : 0;

if(flag == 1)
{
                scanf("%d", score);
                for ()
}
else if (flag == 0)
{
                printf("count = %d\n", count);
}

szribbon 发表于 2018-3-31 14:03:52

kankan

531119285 发表于 2018-3-31 15:22:41

爱迪达

江桥 发表于 2018-3-31 17:56:37

看过来

张果果o 发表于 2018-3-31 20:07:47

l

世界的尽头 发表于 2018-4-7 14:22:26

{:10_323:}

CorgiKing 发表于 2018-4-8 12:03:50

1

IT狂热 发表于 2018-4-8 20:30:16

{:5_91:}

wuhan12321 发表于 2018-4-9 10:49:39

66666666666666666
页: 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30
查看完整版本: S1E16:拾遗 | 课后测试题及答案