10 条题解

  • 0
    @ 2022-9-15 9:05:40
    #include<iostream>
    using namespace std;
    int main()
    {
        double n;
        cin >> n;
        if((n>0&&n<200))
        cout <<"My height is "<< n <<"cm.";
    return 0;
    }
    

    信息

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