Skip to content

Commit 73bed16

Browse files
committed
format : サンプルコードの出力を修正
1 parent 681ca42 commit 73bed16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/format/format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ int main()
582582
#### 出力
583583
```
584584
queue: [1, 2, 3]
585-
priority_queue: [3, 2, 1]
585+
priority_queue: [3, 1, 2]
586586
stack: [1, 2, 3]
587587
flat_map: {1: "aaa", 2: "bbb"}
588588
flat_set: {1, 2, 3}

0 commit comments

Comments
 (0)