#include using namespace std; int main(){ string N; cin >> N; int l; l = N.length(); if(N[0] != '1'){ cout << -1 << endl; return 0; } for(int i=1;i