您当前处于兼容模式。某些功能在此模式下不可用。我们强烈建议在现代浏览器上切换为标准模式以获得更好的体验。 标准模式 隐藏

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;
    

    }

    信息

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