#include using namespace std; typedef unsigned long long ull; typedef long long ll; int main(){ string s; cin >> s; if(s.length()==1 || s[0]!='1'){ cout << -1 << endl; return 0; } int ans=0; for(int i=1; i