Skip to content

Commit

Permalink
fix again samples of std::set
Browse files Browse the repository at this point in the history
  • Loading branch information
suomesta committed Mar 20, 2023
1 parent b852507 commit 3e88af5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions reference/set/set/count.md
Expand Up @@ -67,8 +67,8 @@ int main()

### 出力
```
2
2
1
1
```

## 関連項目
Expand Down
2 changes: 0 additions & 2 deletions reference/set/set/lower_bound.md
Expand Up @@ -87,11 +87,9 @@ int main()
### 出力
```
B
B
C
D
B
B
C
D
Expand Down
2 changes: 0 additions & 2 deletions reference/set/set/upper_bound.md
Expand Up @@ -87,11 +87,9 @@ int main()
### 出力
```
B
B
C
D
B
B
C
D
Expand Down

0 comments on commit 3e88af5

Please sign in to comment.