题解 2837: 年龄与疾病

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

年龄与疾病

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;inti,n,a[n],b=0,c=0,d=0,e=0;&……

2837: 年龄与疾病

摘要:解题思路:%.2f%%指定了输出的格式:%.2f表示输出一个浮点数,保留两位小数,%%表示输出一个百分号字符。记得还要*100注意事项:参考代码:#include<stdio.h>intm……

简单明了的解题法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){inta,n;doublez=0,x=0,c=0,v=0;scanf("%d",&a……

2837: 年龄与疾病

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(void){&nbsp;&nbsp;intn,age[100],i;&nbsp;&a……

年龄与疾病

摘要:解题思路:注意事项:打%要打两遍%%参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;intn,a[1000];&nbsp;&……