#18403: 很easy


0972965333 (阿達)

學校 : 臺北市私立延平高級中學
編號 : 83255
來源 : [203.72.178.252]
最後登入時間 :
2020-07-01 17:09:01
b970. 我不說髒話 (續) -- 板橋高中教學題 | From: [203.72.178.252] | 發表日期 : 2019-07-10 14:32

#include <iostream>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main(int argc, char** argv) {
int a;
cin>>a;
for(int i=1;i<=a;i++)
cout<<i<<". "<<"I don't say swear words!"<<endl;

}

 
ZeroJudge Forum