#20785: answer AC


yp10870939 (etydhtet fyh ryj jye uotrh tr...)

學校 : 臺北市私立延平高級中學
編號 : 105778
來源 : [1.162.43.58]
最後登入時間 :
2024-04-25 23:15:56
d498. 我不說髒話 -- 板橋高中教學題 | From: [106.104.74.248] | 發表日期 : 2020-03-06 17:55

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

 
#21424: Re:answer AC


kobe60116@gmail.com (xlonely_cat 孤貓)

學校 : 臺北市立龍門國民中學
編號 : 93064
來源 : [203.204.33.87]
最後登入時間 :
2021-05-30 11:31:37
d498. 我不說髒話 -- 板橋高中教學題 | From: [203.204.33.87] | 發表日期 : 2020-05-31 11:14

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


 請注意:您正在編寫「解題報告」,請勿直接貼出完整程式碼(將被隱藏),而是請說明解題思路、所需使用的演算法...等,讓不會寫的使用者可以從中學習獲得成長。

 
ZeroJudge Forum