mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 09:21:40 +08:00
存量题库数据更新
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<strong>解释:</strong>存在 16 个满足题意的元组:
|
||||
(1,10,2,5) , (1,10,5,2) , (10,1,2,5) , (10,1,5,2)
|
||||
(2,5,1,10) , (2,5,10,1) , (5,2,1,10) , (5,2,10,1)
|
||||
(2,10,4,5) , (2,10,5,4) , (10,2,4,5) , (10,2,4,5)
|
||||
(2,10,4,5) , (2,10,5,4) , (10,2,4,5) , (10,2,5,4)
|
||||
(4,5,2,10) , (4,5,10,2) , (5,4,2,10) , (5,4,10,2)
|
||||
</pre>
|
||||
|
||||
|
Reference in New Issue
Block a user