Module xor

Source
Expand description

2要素のXORの総和

Functions§

sum_of_sum_of_xor
2要素のXORの総和 $\sum_{i = 1}^{N - 1} \sum_{j = i + 1}^N a_i \oplus a_j$