10 条题解

  • 0
    @ 2024-10-3 13:04:13

    #include<stdio.h> //P3. C语言练习--量身高 int main(){ double n=0; scanf("%lf", &n); if(n>0 && n<200){ printf("My height is %gcm.", n); }else{ return 0; } return 0; }

    信息

    ID
    3
    时间
    1000ms
    内存
    128MiB
    难度
    7
    标签
    递交数
    18026
    已通过
    3516
    上传者