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