1 条题解

  • 0
    @ 2024-12-13 16:29:18

    #include<bits/stdc++.h> using namespace std; int n; int main(){ cin>>n; cout<<"My height is "<<n<<"cm."<<endl; return 0; }

    • 1

    信息

    ID
    69
    时间
    1000ms
    内存
    64MiB
    难度
    4
    标签
    递交数
    93
    已通过
    40
    上传者