4 solutions

  • 1
    @ 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;
    }
    
    
    

    Information

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