1 해설

  • 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

    정보

    ID
    875
    시간
    1000ms
    메모리
    256MiB
    난이도
    2
    태그
    제출 기록
    177
    맞았습니다.
    114
    아이디