66 solutions

  • -1
    @ 2025-6-7 11:28:42

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

    Information

    ID
    838
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    2
    Tags
    # Submissions
    342
    Accepted
    99
    Uploaded By