#include int main(void){ char a, b; scanf("%c%*c%c", &a, &b); printf("%c %c\n", b, a); return 0; }