当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

3495:Bitwise XOR of Arithmetic Progression

题目描述

Write a program that, given three positive integers x, y and z (x, y, z < 232, xy), computes the bitwise exclusive disjunction (XOR) of the arithmetic progression x, x + z, x + 2z, …, x + kz, where k is the largest integer such that x + kzy.

输入解释

The input contains multiple test cases. Each test case consists of three integers x, y, z separated by single spaces on a separate line. There are neither leading or trailing blanks nor empty lines. The input ends once EOF is met.

输出解释

For each test case, output the value of __poj_jax_start__\bigoplus_{k=0}^{\lfloor(y-x)/z\rfloor}x+kz__poj_jax_end__ on a separate line. There should be neither leading or trailing spaces nor empty lines.

输入样例
2 173 11
输出样例
48

该题目是Virtual Judge题目,来自 北京大学POJ

源链接: POJ-3495

最后修改于 2020-10-29T07:02:53+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
5000 131072