17629038352 发表于 2022-11-17 21:16:08

0

孔雀胆 发表于 2022-11-18 13:11:56

1

独角戏的魅力 发表于 2022-11-18 20:45:10

1

Mfovik 发表于 2022-11-18 22:01:33

6666666666666

Viktor.X.H 发表于 2022-11-20 21:05:06

1

allanlee88 发表于 2022-11-20 22:03:22

#include <stdio.h>
#define NUM 10000.00
int main()
{
        double total1, total2;
        int i = 0;
        total1 = NUM;
        total2 = NUM;

        while (total1 >= total2)
        {
                total1 = total1 + NUM * 0.1;
                total2 = total2 * 1.05;
                i++;
        }
        printf("%d年后,黑夜的投资额超过小甲鱼!\n", i);
        printf("小甲鱼的投资额是:%.2f\n", total1);
        printf("黑夜的投资额是:%.2f\n", total2);
        return 0;
}

Jerry男神 发表于 2022-11-21 11:00:06

1

\爱吃茄子\ 发表于 2022-11-21 22:39:45

查看参考答案

choook 发表于 2022-11-22 08:56:06

1

拖拖拉拉大王 发表于 2022-11-22 11:03:04

1

ttmark 发表于 2022-11-22 11:19:34

1

13821095007 发表于 2022-11-22 14:27:38

{:10_277:}

马致远 发表于 2022-11-24 10:34:59

6

qq1961363634 发表于 2022-11-24 17:37:07

答案

jiazhaohui 发表于 2022-11-24 21:28:24

0

IEECO 发表于 2022-11-25 13:27:52

{:5_103:}

月明星稀1314 发表于 2022-11-26 15:53:57

layicode 发表于 2022-11-27 17:47:26

1

15974432466 发表于 2022-11-28 13:03:55

鱼C有你更精彩^_^

日骑士的龙 发表于 2022-11-28 17:33:32

0.110
1.11
2.
3.c9a14b5
4.
页: 237 238 239 240 241 242 243 244 245 246 [247] 248 249 250 251 252 253 254 255 256
查看完整版本: S1E16:拾遗 | 课后测试题及答案