1 条题解

  • 1
    @ 2025-2-23 10:23:44
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int n;
        cin>>n;
        cout<<"My height is "<<n<<"cm.";//输出
    }//肥肠简单——第一题解
    

    信息

    ID
    5865
    时间
    1000ms
    内存
    64MiB
    难度
    6
    标签
    递交数
    61
    已通过
    19
    上传者