摘要:
Problem Description Give you an array A[1..n],you need to calculate how many tuples (i,j,k) satisfy that (i<j<k) and ((A[i] xor A[j])<(A[j] xor A[k])) 阅读全文
posted @ 2017-08-05 14:49
Annetree
阅读(456)
评论(0)
推荐(0)