ICPC 2022 vòng Regional - M: Median of Xor Sequence

View as PDF

Submit solution

Points: 1.60
Time limit: 4.0s
Memory limit: 512M
Input: stdin
Output: stdout

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

2
3 5 6 9
6 9 12 22

Sample Output 1

5
19

Comments

Please read the guidelines before commenting.


There are no comments at the moment.