关于位运算
  • 板块学术版
  • 楼主zhiyangfanshotacon
  • 当前回复3
  • 已保存回复3
  • 发布时间2022/1/24 11:05
  • 上次更新2023/10/28 11:20:55
查看原帖
关于位运算
137603
zhiyangfanshotacon楼主2022/1/24 11:05

是这样的,在昨天 ABC G 的题解介绍半群(好像也叫半环来着)的部分中,举了俩半群 (A,+,)(A,+,\cdot) 的例子:

  • For a positive integer nn, AA is a set of non-negative integer less than 2n2 ^n, ++ is bitwise logical sum, and \cdot is bitwise logical product.
  • For a positive integer nn, A is a set of non-negative integer less than 2n2^n, ++ is bitwise exclusive logical sum, and \cdot is bitwise logical product.

谁知道这些 bitwise 操作符都是啥啊/kel

百度和必应无果。

2022/1/24 11:05
加载中...