回答編集履歴

1

微修正

2020/07/07 12:55

投稿

episteme
episteme

スコア16612

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  iterator_poi_counter& operator--() { --count_; return *this; }
20
20
 
21
- int operator*() const { return val_; } // これな。
21
+ int operator*() const { return count_; } // これな。
22
22
 
23
23
  };
24
24