Codeforces 909F and-permutations

Source: Internet
Author: User

Source:s o u r C e:source:codeforces Round #455 (Div. 2)
Problem:p R o b l e m:problem: Gives an n (1≤n≤105) n (1≤n≤10 5) n (1≤n≤10^5), constructs a full permutation of two n, the first sequence pi≠i and pi   P I≠i and P I pi≠i and pi & i = 0 i = 0 i = 0, second sequence pi≠i and pi p i≠i and P I pi≠i and pi & i≠0 i≠ 0 i≠0.
IDEA:I d e A:idea:
For the first sequence, note that 2k+i+2k−i−1=2k+1−1 2 k + i + 2 k−i−1 = 2 K + 1−1 2^k+i + 2^k-i-1 = 2^{k+1}-1, So (2k+i) (2 k + i) (2^k+ i) & (2k−i−1) =0 (2 k−i−1) = 0 (2^k-i-1) = 0, cannot be constructed when n is odd.
For the second sequence, note that there is a loop corresponding to the same highest bit, then when N is a power of 2 can not be constructed, and because of the existence of 1, less than 8 of the case of special treatment.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.