#45691: 小蜜蜂不說髒話吧吧吧????EEEEEEEEEEEEEE


1121226@stu.wghs.tp.edu.tw (Arthur✨EC)

學校 : 臺北市私立薇閣高級中學
編號 : 252772
來源 : [60.248.154.139]
最後登入時間 :
2025-08-21 12:59:45

#include <bits/stdc++.h>
using namespace std;
int main() {
    int n;
    cin>>n;
    // 輸出n行帶編號的罰寫句子
    for(int i=1;i<=n;i++) {
        cout<<i<<". I don't say swear words!"<<endl;
    }
    return 0;
}