6 solutions

  • 2
    @ 2025-8-15 16:13:31
    #include<bits/stdc++.h>
    using namespace std;
    int x;
    int main(){
    	cin>>x;
    	cout<<"L";
    	for(int i=1;i<=x;i++){
    		cout<<"o";
    	}
    	cout<<"ng";
    	
    	return 0;
    }
    
    • 1
      @ 2026-6-14 13:53:17
      #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
          int x;
          cin>>x;
          cout<<"L";
          for (int i=1;i<=x;i++){
          	cout<<"o";
      	}
      	cout<<"ng";
          return 0;
      }
      
      • 0
        @ 2026-2-6 16:27:33
        #include<bits/stdc++.h>
        using namespace std;
        int x;
        int main()
        {
        	cin>>x;
        	cout<<"L";
        	for(int i=1;i<=x;i++)
        	{
        		cout<<"o";
        	}
        	cout<<"ng";
        	
        	return 0;
        }
        
        
        
        • -1
          @ 2026-5-23 20:45:44

          #include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; int c=0; cout<<"L"; for(int i=1;i<=n;i++)

          {	
          	cout<<"o";
          }	
          cout<<"n"<<"g";	
          

          }

          • -3
            @ 2025-7-7 10:44:02
            #include<bits/stdc++.h>
            using namespace std;
            int main()
            {
            	int n;
            	cin>>n;
            	cout<<"L";
            	for(int i=1;i<=n;i++){
            		cout<<"o";
            	}
            	cout<<"ng";
            	return 0;
            }
            
            
            
            • -5
              @ 2025-6-7 11:33:59

              Here is the translation of the provided text:

              100 Accepted
              
              A1000   【Example】Hello, World!
              Grammar
              99 / 340
              Beginner
              100 Accepted
              
              A1001   【Example】A + B Problem
              Grammar
              92 / 177
              Beginner
              100 Accepted
              
              A1002   Area of a Square
              91 / 181
              Beginner
              100 Accepted
              
              A1003   Movie Tickets
              Grammar Basic Data Types
              88 / 200
              Beginner
              100 Accepted
              
              A1004   Area of a Rectangle
              89 / 115
              Beginner
              100 Accepted
              
              A1005   Perimeter of a Rectangle
              88 / 122
              Beginner
              100 Accepted
              
              A1006   【Example】Division with Remainder
              86 / 128
              Beginner
              100 Accepted
              
              A1007   Breaking Down Numbers and Summing Them
              86 / 136
              Beginner
              100 Accepted
              
              A1008   Reverse Output a Three-Digit Number
              Breaking Down Numbers
              85 / 197
              Beginner
              100 Accepted
              
              A1009   Reverse Output a Four-Digit Integer
              Breaking Down Numbers
              78 / 245
              Beginner
              100 Accepted
              
              A1010   [ABC222A] Four Digits (Four Digits)
              40 / 54
              Beginner
              100 Accepted
              
              A1011   【Example】Swapping Values
              Water Pouring Problem
              81 / 197
              Beginner
              100 Accepted
              
              A1012   Cows Eating Grass
              Elementary Math Olympiad
              72 / 119
              Popularization-
              100 Accepted
              
              A1013   Cuboid
              78 / 250
              Beginner
              100 Accepted
              
              A1015   【Example】Floating Point Number with 3 Decimal Places
              78 / 158
              Beginner
              100 Accepted
              
              A1016   Calculating the Floating Point Value of a Fraction
              78 / 167
              Beginner
              100 Accepted
              
              A1017   Estimation of Earth's Population Carrying Capacity
              57 / 152
              Popularization-
              100 Accepted
              
              A1018   Calculations Related to Circles
              74 / 263
              Beginner
              100 Accepted
              
              A1019   Temperature Expression Conversion
              73 / 197
              Beginner
              100 Accepted
              
              A1020   [ABC226A] Rounding Decimals (Round decimals)
              41 / 54
              Beginner
              100 Accepted
              
              A1021   【Example】Size of Integer Data Type Storage Space
              73 / 144
              Beginner
              100 Accepted
              
              A1022   Rounding Floating Point Numbers Towards Zero
              71 / 136
              Beginner
              100 Accepted
              
              A1024   Print ASCII Code
              75 / 159
              Beginner
              100 Accepted
              
              A1025   Print Character
              71 / 134
              Beginner
              100 Accepted
              
              A1026   Size of Floating Point Data Type Storage Space
              
              • 1

              Information

              ID
              2409
              Time
              1000ms
              Memory
              256MiB
              Difficulty
              1
              Tags
              (None)
              # Submissions
              127
              Accepted
              72
              Uploaded By