Skip to content

Instantly share code, notes, and snippets.

@TomoyaShibata
Created December 1, 2014 14:22
Show Gist options
  • Save TomoyaShibata/3628a9ad6e94e6f08f4f to your computer and use it in GitHub Desktop.
Save TomoyaShibata/3628a9ad6e94e6f08f4f to your computer and use it in GitHub Desktop.
競技的なもの用。
/**
* <summary>
* 標準入力まわり
* </summary> */
Console.ReadLine(); // 普通に読み込み
Console.ReadLine().split(''); // 任意の区切り文字
Convert.ToInt16(Console.ReadLine()); // 数値を手に入れる時(Convertしちゃっていいんだっけ、要確認)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment