#include<iostream>
using namespace std;
int main(){
int a;
while(cin>>a){
while(a--){
cout<<"I don't say swear words!"<<endl;
}
return 0;