OSDN Git Service

Update docs/ds/fenwick.md
authorLin Weijun <37108698+Joke-Lin@users.noreply.github.com>
Wed, 13 May 2020 09:04:52 +0000 (17:04 +0800)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 09:04:52 +0000 (17:04 +0800)
Co-authored-by: mgt <mgt@oi-wiki.org>
docs/ds/fenwick.md

index e33f712..e27317b 100644 (file)
@@ -66,7 +66,6 @@ int lowbit(int x) {
  $-x = -88_{(10)} = (10100111_{(2)} + 1_{(2)}) =10101000_{(2)}$ ;  
  $x\ \& \ (-x) = 1000_{(2)} = 8_{(10)}$ 。
 
-神奇吧,我也觉得神奇!
 
 那么对于 **单点修改** 就更轻松了: