#33348: C++ ANS 簡單


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

School : 臺北市私立延平高級中學
ID : 197083
IP address : [203.72.178.2]
Last Login :
2024-12-09 11:46:40
b970. 我不說髒話 (續) -- 板橋高中教學題 | From: [203.72.178.1] | Post Date : 2022-12-29 17:27

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

 
ZeroJudge Forum