6 solutions

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

    Information

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