Skip to content

Commit 04cdd84

Browse files
committed
コード例の出力を修正
1 parent f55a642 commit 04cdd84

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

reference/flat_map/flat_multimap/end.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,12 @@ int main()
4949

5050
### 出力
5151
```
52-
1 A
53-
2 B
54-
3 C
55-
4 D
56-
5 E
57-
6 F
58-
7 G
59-
8 H
52+
10 A
53+
10 a
54+
11 B
55+
11 b
56+
12 C
57+
12 c
6058
```
6159

6260
## バージョン

reference/tuple/tuple/op_compare_3way.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ int main()
7575

7676
### 出力
7777
```
78-
true
79-
false
8078
```
8179

8280
## バージョン

reference/valarray/valarray/asin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ int main()
4949

5050
### 出力
5151
```
52-
0.0998334
53-
0.198669
54-
0.29552
52+
0.100167
53+
0.201358
54+
0.304693
5555
```

0 commit comments

Comments
 (0)