Problem 3775 --Mod, Or and Everything

3775: Mod, Or and Everything

"
Time Limit $1$ 秒/Second(s) Memory Limit $128$ 兆字节/Megabyte(s)
提交总数 $1$ 正确数量 $1$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签
You are given an integer n.
You are required to calculate (n mod 1) or (n mod 2) or ... or (n mod (n - 1)) or (n mod n).
The "or" operation means "bitwise OR".
The first line contains an integer T(1≤T≤5000)representing the number of test cases.

For each test case, there is an integer n(1≤n≤1012)in one line.
For each test case, print the answer in one line.
5
1
2
3
4
5
0
0
1
1
3

推荐代码 查看3775 所有题解 上传题解视频得图灵币

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[$32 $ms] 只能过个样例~~~ 761158 2021-07-20 17:23:19
内存最少[$2364 $KB] 只能过个样例~~~ 761158 2021-07-20 17:23:19
第一AC 只能过个样例~~~ 761158 2021-07-20 17:23:19
第一挑战 只能过个样例~~~ 761158 2021-07-20 17:23:19

赛题来源/所属竞赛 N/A

竞赛编号 竞赛名称 竞赛时间 访问比赛