From 78017b2b69ec86276388b52fb7bf086940ce941f Mon Sep 17 00:00:00 2001 From: K10-K10 <157354212+K10-K10@users.noreply.github.com> Date: Fri, 20 Dec 2024 05:17:08 +0000 Subject: [PATCH] =?UTF-8?q?reference=5Fiostream=5Fcin:=E5=87=BA=E5=8A=9B?= =?UTF-8?q?=E4=BE=8B=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit An example of the output of the "CIN" sample code has been created. --- reference/iostream/cin.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/iostream/cin.md b/reference/iostream/cin.md index 2c1a69f882..c4f755b890 100644 --- a/reference/iostream/cin.md +++ b/reference/iostream/cin.md @@ -40,6 +40,12 @@ int main() ``` * std::cin[color ff0000] +### 出力例 +``` +名前を入力してください:cpprefjp +あなたの名前は「cpprefjp」ですね +``` + ## バージョン ### 言語 - C++98