From 678ae360b5144dcb97cf13332e3dce10ca2aac2f Mon Sep 17 00:00:00 2001 From: Syntax_Error_ <60956687+ErrorSyntax1@users.noreply.github.com> Date: Thu, 2 May 2024 18:17:28 +0900 Subject: [PATCH] =?UTF-8?q?[fix]cin=E3=81=A7=E3=81=AE=E5=85=A5=E5=8A=9B?= =?UTF-8?q?=E3=81=A7=E4=BB=A3=E5=85=A5=E3=81=8C=E8=A1=8C=E3=82=8F=E3=82=8C?= =?UTF-8?q?=E3=82=8B=E3=81=93=E3=81=A8=E3=82=92=E6=98=8E=E8=A8=98=20(#20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/text/chapter-2/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/text/chapter-2/input.md b/docs/text/chapter-2/input.md index 6edf817..b32ff50 100644 --- a/docs/text/chapter-2/input.md +++ b/docs/text/chapter-2/input.md @@ -1,6 +1,6 @@ # 2.3. 入力 -cin 命令を用いると、コンソールから入力する事ができる。例えば、与えられた値を10倍するコードは以下の様になる。 +cin 命令を用いると、コンソールから入力し、変数に代入することができる。例えば、与えられた値を10倍するコードは以下の様になる。 ```cpp:line-numbers #include