#include<iostream>
#include<string>

using namespace std;

void printer(string s){
	cout<<s<<endl;
}