#include<iostream> int main() { char a,b; cout<<b<<" "<<a; cin>>a>>b; using namespace std; return 0; }