中国大学MOOC-哈工大-C语言程序设计精髓第六-十二(5)

发布时间:2021-06-08

int a, b, c;

long n, i, t, s = 0;

printf("Input n(27<n<=77):\n");

scanf("%d", &n);

for (a = 0; 4 * a <= n; a++)

for (b = 0; 4 * a + 3 * b <= n; b++)

for (c = 0; 4 * a + 3 * b + c / 2 <= n; c += 2)

if (4 * a + 3 * b + c / 2 == n && c%2 == 0 && a+b+c==36)

{

printf("men=%d,women=%d,children=%d\n", a, b, c);

}

}

6.4

编程输出某年某月有多少天(考虑到闰年)。(5分)

题目内容:

从键盘输入一个年份和月份,输出该月有多少天(考虑闰年),用switch语句编程。

#include<stdio.h>

int main()

{int year,month,day;

printf("Input year,month:\n");

scanf("%d,%d",&year,&month);

switch(month)

{

case 1: day=31;break;

case 2: day=28;break;

case 3: day=31;break;

中国大学MOOC-哈工大-C语言程序设计精髓第六-十二(5).doc 将本文的Word文档下载到电脑

精彩图片

热门精选

大家正在看

× 游客快捷下载通道(下载后可以自由复制和排版)

限时特价:7 元/份 原价:20元

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219