while 1:b='';s=raw_input();n=int(s,2)+1;exec'b=str(n&1)+b;n/=2;'*len(s);print b