#include<iostream>#include<string>using namespace std; int main(){ int ore; string oreore; cin>>ore>>oreore; cout<<ore<<" "<<oreore<<endl; return 0;}