Skip to content

Commit

Permalink
Update AcWing_891_Nim游戏.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangguanghuib authored Aug 7, 2022
1 parent a73ae1d commit 517fb7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ link: https://www.acwing.com/problem/content/893/
假设有n堆石子, 每堆石子的数量分别a<sub>1</sub>, a<sub>2</sub>, ....a<sub>n</sub>

a1^a2^...^a~n = 0 先手必败
否则 != 0 先手必胜
否则 != 0 先手必胜

代码如下:
```c
Expand Down

0 comments on commit 517fb7f

Please sign in to comment.