1 solutions

  • 0
    @ 2022-12-5 8:52:54
    #include <bits/stdc++.h>
    using namespace std;
    int main ()
    {
        int n;
        cin >> n ;
        while (n--)
        {
            cout << "I want to become light" <<endl;
    
        }
        return 0;
    }
    
    • 1

    Information

    ID
    875
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    41
    Accepted
    30
    Uploaded By