ll H(string&s,ll l,ll r,ll M){ll t=0,f,d,m,e,p;while(l<r){if(!M)return -1;f=0;d=1;if(s[r-1]>'('){m=r-1;while(--m>=l){d+=s[m]>'('?1:-1;if(!d){e=0;p=1;while(2p<=M)p*=2,++e;e=H(s,m+1,r-1,e);r=m;f=1;if(e<0)return e;t+=p=1LL<<e;M-=p;break;}}}if(!f)return t+1;}return t;}{string@s;ll a=H(s,0,s.size(),10LL**18);if(a<0)wt("INFTY");else wt(a);}