翻译有误
查看原帖
翻译有误
539784
Luke_li楼主2024/11/29 18:21

翻译如下:

  • xyx\oplus yx,yx,y 两个数中至少一个数的因子,其中 \oplus 代表异或运算。

这是错误的,原题为:

Help him count the number of integers 1ym1 \le y \le m such that xyx \oplus y is divisible ^{\text{∗}} by either xx , yy , or both. Here \oplus is the bitwise XOR operator.

^{\text{∗}} The number aa is divisible by the number bb if there exists an integer cc such that a=bca = b \cdot c .

正确的翻译应该是:

  • xyx\oplus yx,yx,y 两个数中至少一个数的倍数,其中 \oplus 代表异或运算。
- $x\oplus y$ 是 $x,y$ 两个数中至少一个数的倍数,其中 $\oplus$ 代表异或运算。

@Maxmilite @minstdfx

2024/11/29 18:21
加载中...