// 统计 bucketA, B,C  ans = 0; for i in range(64):  for j in range( 64):   ans  += bucketA[i]*bucketB[j]*bucketC[64-i-j]