#include using namespace std; int main(){ string S;cin>>S; if(S[0]!='-'&&(int)S.size()>=3){ for(int i=0;i<(int)S.size()-2;i++){ cout<