package yukicoder; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class yukicoder014 { public static void main(String[] args){ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String tes = null; try { tes = br.readLine(); } catch (IOException e) { // TODO 自動生成された catch ブロック e.printStackTrace(); } char[] tmp = tes.toCharArray(); char s = '1'; int num = -1; for(int i = 0;i= s){ s = tmp[i]; num = i; } } char aaa = 0; for(int i = 0;i