Created
February 20, 2020 18:22
-
-
Save maksadbek/5e7c5012fc8a818d8ee6ea7d44db787f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1:5 -- 1 * 3 * 1 | |
2:5 -- 3 * 1 * 1 | |
3:5 -- 1 * 5 * 1 | |
4:5 -- 5 * 8 * 1 | |
3:5 -- 1 * 8 * 1 | |
3:4 -- 1 * 5 * 8 | |
2:5 -- 3 * 5 * 1 | |
2:3 -- 3 * 1 * 5 | |
4:5 -- 5 * 8 * 1 | |
2:5 -- 3 * 8 * 1 | |
2:4 -- 3 * 1 * 8 | |
3:4 -- 1 * 5 * 8 | |
2:4 -- 3 * 5 * 8 | |
2:3 -- 3 * 1 * 5 | |
1:5 -- 1 * 1 * 1 | |
1:2 -- 1 * 3 * 1 | |
3:5 -- 1 * 5 * 1 | |
4:5 -- 5 * 8 * 1 | |
3:5 -- 1 * 8 * 1 | |
3:4 -- 1 * 5 * 8 | |
1:5 -- 1 * 5 * 1 | |
1:3 -- 1 * 3 * 5 | |
2:3 -- 3 * 1 * 5 | |
1:3 -- 1 * 1 * 5 | |
1:2 -- 1 * 3 * 1 | |
4:5 -- 5 * 8 * 1 | |
1:5 -- 1 * 8 * 1 | |
1:4 -- 1 * 3 * 8 | |
2:4 -- 3 * 1 * 8 | |
3:4 -- 1 * 5 * 8 | |
2:4 -- 3 * 5 * 8 | |
2:3 -- 3 * 1 * 5 | |
1:4 -- 1 * 1 * 8 | |
1:2 -- 1 * 3 * 1 | |
3:4 -- 1 * 5 * 8 | |
1:4 -- 1 * 5 * 8 | |
1:3 -- 1 * 3 * 5 | |
2:3 -- 3 * 1 * 5 | |
1:3 -- 1 * 1 * 5 | |
1:2 -- 1 * 3 * 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment