#P9. 练3.3 01子串

练3.3 01子串

Description

For a binary string of length 33, each digit can be either 00 or 11, resulting in a total of 88 possibilities. The first few are:

000
001
010
……

Please output these $8$ binary strings in ascending order.

Input Format

None.

Output Format

Output 88 lines, each containing a binary string of length 33 in ascending order.

Sample

None
000
001
010
011
100
101
110
111