#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; for(int i=1;i<=a;i++){ cout<<"I don't say swear words!"; cout<<endl; } return 0; }
YZOJ 계정으로 가입하면 YZOJ로 제공되는 모든 OJ를 이용하고 참여하실 수 있습니다.
YZOJ 공용 계정을 사용