Distinguished Permutation

View as PDF

Submit solution

Points: 0.50
Time limit: 1.0s
Memory limit: 512M

Problem type
Allowed languages
C, C++, Go, Java, Kotlin, Pascal, PyPy, Python, Rust, Scratch

In case the statement didn't load correctly, you can download the statement here: Statement

Sample Input 1

1
4 2

Sample Output 1

2 1 3 4

Comments

Please read the guidelines before commenting.



  • -1
    Cellul4r  commented on Dec. 26, 2024, 1:39 a.m. edited

    can someone hint some idea for this problem D? just about constructive algo with the power of 2 or some others?