#include int main(void) { char p[3]; scanf("%s", &p); printf("%c %c\n", p[2], p[0]); return 0; }