10 条题解

  • 0
    @ 2023-9-14 9:25:33
    #include <stdio.h>
    int main()
    {
        int n;
        scanf("%d",&n);
        if(n>0&&n<200){
        printf("My height is %dcm.",n);
       }
        return 0; 
    }
    

    信息

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