1 solutions

  • 0
    @ 2025-3-22 16:09:16
    #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!";
            cout<<endl;
        }
        return 0;
    }
    
    
    • 1

    Information

    ID
    56
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    10
    Tags
    # Submissions
    4
    Accepted
    2
    Uploaded By