Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
haha,I use the same way!!And my PRIME = 1~10000!!!!
Thanks for the answer. What I did not understand is "so i need power 2 in every add action". May be, I'm blind and dumb:) but could you explain this, for dummies?
En, You can see the question, the "o" is 0 and "k" is 1, they seperated by "?" every item is a Eight-bit binary number(ingore ",").
so what i need is to caculate the binary number of each number. because i loop from left to right so i need power 2 in every add action.
finaly, i use
unichr
function get the liter that the binary number matchsCould you explain the idea of your solution, please?