1 solutions

  • 0
    @ 2025-10-20 15:40:29
    #include<iostream>
    using namespace std;
    int main(){
        int n;
        //读取输入的数字
        cin>>n;
        cout<<"My height is "<<n<<"cm.";
        return 0;
    }
    
    • 1

    Information

    ID
    182
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    5
    Tags
    # Submissions
    245
    Accepted
    102
    Uploaded By