#include #include int main(){ char S[21]; scanf("%s",S); for(int p=strlen(S)-1;p>=0;p--){ printf("%c",'<'+'>'-S[p]); }printf("\n"); return 0; }