题解列表

筛选

编写题解 2772: 苹果和虫子

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){    int n,x,y,sum=0;    scanf("%d %d %d",&n,&x,&y);    s……

大象喝水题解,,,,

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){    int h,r,t;    double v;    scanf("%d %d",&h,&r);    ……

求球的体积

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){    double r,v;    while(scanf("%lf",&r)!=EOF)    {    ……

年龄与疾病

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int i,n,a[n],b=0,c=0,d=0,e=0;    float f,g,h,j;    sc……