• 大小: 2.80KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++实战源码-猴子吃桃(入门级实例062).zip

资源截图

代码片段和文件信息

// Peach.cpp : Defines the entry point for the console application.
//

#include “stdafx.h“

int main()
{
int dayx1x2; //定义day,x1,x2三个变量为基本整型
day = 5;
x2  = 1;
while (day > 1)
{
x1 = (x2+1)*2; //第一天的桃子数是第二天桃子数加1后的2倍
x2 = x1;
day--; //因为从后向前推天数递减
}
printf(“╔═════════════════╗\n“);
printf(“║                                  ║\n“);
printf(“║       第一天摘了%d个桃子         ║\n“x1); //输出桃子的总数
printf(“║                                  ║\n“);
printf(“╚═════════════════╝\n“);
return 0;
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         649  2010-09-07 13:37  Peach\Peach.cpp
     文件        4524  2010-09-07 13:01  Peach\Peach.dsp
     文件         535  2010-09-07 13:01  Peach\Peach.dsw
     文件         292  2010-09-07 13:01  Peach\StdAfx.cpp
     文件         769  2010-09-07 13:01  Peach\StdAfx.h

评论

共有 条评论