#include <iostream>
using namespace std;
int main(){
int a;
cin>>a;
for(int b=0;b<a;b++)
cout<<"I don't say swear words!"<<endl;
return 0;
}
#include
using namespace std;int main(){
int a;
cin>>a;
for(int b=0;b<a;b++)
cout<<"I don't say swear words!"<<endl;
return 0;
}
請注意:您正在編寫「解題報告」,請勿直接貼出完整程式碼(將被隱藏),而是請說明解題思路、所需使用的演算法...等,讓不會寫的使用者可以從中學習獲得成長。