2 solutions

  • 0
    @ 2025-12-10 17:56:48
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int n;
        cin>>n;
        cout<<"My height is "<<n<<"cm."<<endl;
        return 0;
    }
    

    Information

    ID
    889
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    4
    Tags
    # Submissions
    46
    Accepted
    22
    Uploaded By