gets s = $stdin.read.chomp NG = ["0", "1", "01", "10", "010", "101"] puts NG.include?(s) ? "NO" : "YES"