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;
    }
    
    • 0
      @ 2025-5-9 17:08:44
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
        int n;
        cin>>n;
        cout<<"My height is "<<n<<"cm.";
        return 0;
      }
      
      • 1

      Information

      ID
      889
      Time
      1000ms
      Memory
      64MiB
      Difficulty
      5
      Tags
      # Submissions
      36
      Accepted
      17
      Uploaded By