Skip to content

Commit 78017b2

Browse files
authored
reference_iostream_cin:出力例追加
An example of the output of the "CIN" sample code has been created.
1 parent a4ffe7c commit 78017b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reference/iostream/cin.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ int main()
4040
```
4141
* std::cin[color ff0000]
4242

43+
### 出力例
44+
```
45+
名前を入力してください:cpprefjp
46+
あなたの名前は「cpprefjp」ですね
47+
```
48+
4349
## バージョン
4450
### 言語
4551
- C++98

0 commit comments

Comments
 (0)