Skip to content

Commit fdee9bf

Browse files
committed
MOD 877
1 parent c4a2959 commit fdee9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/LeetCode第877号问题:石子游戏.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
喜羊羊先开始拿石头,随便拿!然后比较石头数量:
100100

101101
1. 如果石头数量多于对手,赢了;
102-
2. 如果石头数量少于对手,自己拿石头的顺序和对手拿石头的顺序对调,还是赢。
102+
2. 如果石头数量少于对手,自己拿石头的顺序和对手拿石头的顺序对调**因为是偶数堆石头,所以可以全部对调**,还是赢。
103103

104104
所以代码如下:
105105

0 commit comments

Comments
 (0)