#33348: C++ ANS 簡單


yp11151097@yphs.tp.edu.tw (908-30施耀登)

學校 : 臺北市私立延平高級中學
編號 : 197083
來源 : [203.72.178.2]
最後登入時間 :
2025-06-09 11:36:43

#include<bits/stdc++.h>
using namespace std;
main(){
int a,b=0;
while(cin>>a){
    for(int i=1;i<=a;i++){
        b++;
        cout<<b<<". I don't say swear words!"<<endl;
    }
}