5 solutions

  • 0
    @ 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";	
    

    }

    Information

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