ICPC 2023 vòng Regional - G: Glamorous Garment Gameshow

View as PDF

Submit solution

Points: 1.00
Time limit: 2.0s
Memory limit: 512M
Input: stdin
Output: stdout

Problem source:
ICPC 2023 vòng Regional
Problem types
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

2
1 2 3 4
0

Sample Output 1

2 1 4 3
3 4 1 2

Comments

Please read the guidelines before commenting.


There are no comments at the moment.