2837: 年龄与疾病(C语言)
摘要:解题思路:注意事项:1.%%打印百分号2.整形除整形会进行截断运算参考代码:#include<stdio.h>int main(void){ int n; scanf("%d", &n); int a……
格式输出问题太基本了基础不扎实
摘要:解题思路:注意事项:加油,每一种格式输出都要回参考代码:n=int(input())##p=[28.9,32.7,45.6,78,35,86.2,27.8,43,56,65]l=list(map(in……
一维数组--4.年龄与疾病
摘要:注意事项: 记得把b,c,d,e初始化为0,不然结果会出现错误;参考代码:#include<stdio.h>
int main()
{
int n,a[100];
int b=0,c=0,……
年龄与疾病(C语言)
摘要:#include<stdio.h>
void my_fun(int *p,int n)
{
double rate1,rate2,rate3,rate4;
int a=0,b=0,c=0,……
编写题解 2837: 年龄与疾病
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int jibing(int A[100],float n){ int i; float w,x,y,z; for(i=0;i<n;……