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
    标签
    递交数
    159
    已通过
    103
    上传者