#33347: ez


yp11151180@yphs.tp.edu.tw (710-35舒昭齊)

School : 臺北市私立延平高級中學
ID : 197049
IP address : [203.72.178.1]
Last Login :
2023-06-08 17:37:18
d498. 我不說髒話 -- 板橋高中教學題 | From: [203.72.178.1] | Post Date : 2022-12-29 17:18

造福後代

#include <iostream>

using namespace std;

int main()
{
    int n;
    while(cin>>n){
        for(int i=1;i<=n;i++) cout<<"I don't say swear words!"<<endl;
    }
    return 0;
}

 
ZeroJudge Forum