Code_quantum's blog

By Code_quantum, history, 3 years ago, In English

If there's a decimal number $$$2^k$$$ , express it in the form of 1000...

For example: $$$2^4$$$ can be expressed as 10000.
So under this definition :
1. Numbers between 10000 and 11111 , any two numbers do the XOR operation , the result will lower than 10000.
2. If 10000 XOR with 1111 , one number smaller than 10000 , we'll get the maximum in the level of $$$2^k$$$ : 11111.

  • Vote: I like it
  • -21
  • Vote: I do not like it

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Code_quantum (previous revision, new revision, compare).

»
3 years ago, # |
  Vote: I like it +7 Vote: I do not like it

ok

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Try to write it in english

»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Please write it in English.

»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Code_quantum (previous revision, new revision, compare).