{"raw_statement":[{"iden":"statement","content":"给定 $N$ 个整数 $A_1.A_2, \\cdots, A_N$ 中选出两个进行异或计算，得到的结果最大是多少？"},{"iden":"input","content":"第一行一个整数 $N$，第二行 $N$ 个整数 $A_1.A_2, \\cdots, A_N$。"},{"iden":"output","content":"一个整数表示答案。"},{"iden":"note","content":"对于所有测试数据，$1 \\le N \\le 10^5$，保证 $0\\le A_i<2^{31}$。"}],"translated_statement":null,"sample_group":[["3\n1 2 3","3"]],"show_order":[],"formal_statement":null,"simple_statement":null,"has_page_source":false}