1 條題解

  • 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;
    }
    
    

    資訊

    ID
    56
    時間
    1000ms
    記憶體
    256MiB
    難度
    10
    標籤
    遞交數
    4
    已透過
    2
    上傳者