摘要: 正题 题目链接:https://www.luogu.com.cn/problem/P3293 题目大意 给出一个长度为$n$的序列,$m$次询问给出$b,x,l,r$表示询问在$[l,r]$中找到一个数字$a$使得$b\ xor\ (a+x)$的值最大。 \(1\leq n,m\leq 2\time 阅读全文
posted @ 2021-06-12 09:28 QuantAsk 阅读(30) 评论(0) 推荐(0) 编辑