Problem 3024 --TDL

3024: TDL

"
Time Limit $1$ 秒/Second(s) Memory Limit $512$ 兆字节/Megabyte(s)
提交总数 $1$ 正确数量 $1$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签
For a positive integer nn, let's denote function f(n,m)f(n,m) as the mm-th smallest integer xx that x>nx>n and gcd(x,n)=1gcd(x,n)=1. For example, f(5,1)=6f(5,1)=6 and f(5,5)=11f(5,5)=11

You are given the value of mm and (f(n,m)−n)⊕n(f(n,m)−n)⊕n, where ``⊕⊕'' denotes the bitwise XOR operation. Please write a program to find the smallest positive integer nn that (f(n,m)−n)⊕n=k(f(n,m)−n)⊕n=k, or determine it is impossible.
The first line of the input contains an integer T(1≤T≤10)T(1≤T≤10), denoting the number of test cases. 

In each test case, there are two integers k,m(1≤k≤1018,1≤m≤100)k,m(1≤k≤1018,1≤m≤100).
For each test case, print a single line containing an integer, denoting the smallest nn. If there is no solution, output ``-1-1'' instead.
2
3 5
6 100
5
-1

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

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[$268 $ms] 淡意的温柔 590728 2020-06-05 09:15:39
内存最少[$2084 $KB] 淡意的温柔 590728 2020-06-05 09:15:39
第一AC 淡意的温柔 590728 2020-06-05 09:15:39
第一挑战 淡意的温柔 590728 2020-06-05 09:15:39

赛题来源/所属竞赛 2019 Multi-University Training Contest 6 N/A

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