You have a binary string $$$S$$$, which is a string only containing 0s and 1s. You can perform the following operation to $$$S$$$ any number of times:
Output the string left when it's impossible to do any more operations.
A single line with a binary string $$$S$$$ $$$(1\le |S|\le 10^5)$$$.
Output two lines, the length of the final string and the final string.
00011
1 0
11010101011011111110101
9 111111111