摘要: Given four lists A, B, C, D of integer values, compute how many tuples (i, j, k, l) there are such that A[i] + B[j] + C[k] + D[l] is zero. To make pro 阅读全文
posted @ 2019-11-13 12:00 Schwifty 阅读(96) 评论(0) 推荐(0)