1 条题解

  • 0
    @ 2025-7-25 9:15:27

    #include <bits/stdc++.h> using namespace std; int main() { int a; cin>>a; for(int i=1;i<=a;i++){ cout<<"I don't say swear words!"<<endl; //FUCK //FUCK //FUCK //FUCK //FUCK //FUCK //FUCK //FUCK //FUCK //FUCK //FUCK //FUCK //FUCK //FUCK

    }
    return 0;
    

    }

    • 1

    信息

    ID
    171
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    递交数
    40
    已通过
    22
    上传者