XOR sum
Medium
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the XOR of all the numbers on a segment .
Input
Two integers and .
Output
Print the XOR of all the numbers on a segment .
Examples
Input #1
Answer #1
Submissions 2K
Acceptance rate 19%