mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 11:21:42 +08:00
移除零宽空格
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
第 4 组:[2,1] 的力量为 2<sup>2</sup> * 1 = 4 。
|
||||
第 5 组:[2,4] 的力量为 4<sup>2</sup> * 2 = 32 。
|
||||
第 6 组:[1,4] 的力量为 4<sup>2</sup> * 1 = 16 。
|
||||
第 7 组:[2,1,4] 的力量为 4<sup>2</sup> * 1 = 16 。
|
||||
第 7 组:[2,1,4] 的力量为 4<sup>2</sup> * 1 = 16 。
|
||||
所有英雄组的力量之和为 8 + 1 + 64 + 4 + 32 + 16 + 16 = 141 。
|
||||
</pre>
|
||||
|
||||
|
Reference in New Issue
Block a user