2664MathematicalGame

2664   MathematicalGame

题目描述

     Xiao Ming likes to play mathematical games very much. One day, he gets a sequence of n positive integers. XOR (l , r) is defined as the XOR and of all numbers in a continuous interval. Now, Xiao Ming wants to know the intervals which make the XOR (l , r) become largest.

    Require l, r. 

输入格式:

     There is an integer T at the first line, indicate the case of data.

     In each case, there is an integer N at the first line, indicate the length of the sequence. And there are N integers, a1, a2, … , an, at the second line. (N <= 1,000,000) 

输出格式:

    In each case, the first line is “Case #k:”, k is the number of test cases, the next line includes two integers l and r, which separated by a space.

    l, r output in lexicographic order if there are multiple results.  

输入样例 复制
1
5
1 2 3 4 5
输出样例 复制
Case #1:
3 4

说明

1
14
通过提交
时空限制2000ms/1280mb
题目来源数据结构实验与竞赛训练
评测方式在线评测
题目类型
难        度