手机版

中国大学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文档下载到电脑,方便复制、编辑、收藏和打印
×
二维码
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)