Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つ以上の入力を同時に読み取るプログラムを作成しています。フォームを持つ入力を読み取るにはどうすればよいa bですか? 例: 3 4. と の 2 つの変数を読み取る必要がありa = 3ますb = 4。
a b
3 4
a = 3
b = 4