2006-03-06から1日間の記事一覧

回転のアルゴリズム

C#

全然、日記を更新できないので一発ネタなどを。知っている人は知っていると思いますが。(^^; using System; using System.Collections.Generic; using System.Text; class Program { static void Main(string args) { int nums = { 1, 2, 3, 4, 5, 6, 7, 8, …