#include using namespace std; int main(){ string s; cin>>s; bool fl=true; if(s[0]!='1' || s.size()==1)fl=false; for(int i=1;i