3 search resultsShowing 1~3 results

Stocked
chini3

@chini3

N行のデータ入力の読み取り

C#で複数行の文字列を、通常1行しか取得しないConsole.ReadLineで受け取るには、ループを使います。 (条件)1行目で行数を表すNが与えられます。 次行は続いてN行分文字列が入力され...

3
1
Comment1
chini3

@chini3

改行文字列の読み取り

C#で、複数行にわたる改行された文字列を Console.ReadLine で受け取るには、通常の ReadLine では1行しか取得できません。 例えば上記のように3行に分けて改行がされている...

1
1
Comment1

3 search resultsShowing 1~3 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in