#include using namespace std; int main(){ string S; cin>>S; int size=S.size(); for(int i=0;i'){ S[size-i-1]='<'; } else{ S[size-i-1]='>'; } } cout<