2009-04-10から1日間の記事一覧

そんなことよりですよ

今日誕生日なんだけどメールがスパムしか来ない。

とりあえず

PKU

PKU 2738 Two Ends PKU 2734 Queens, Knights and Pawns PKU 2737 Swamp Things 37問。

リスト実装した

C#

C#でリストを実装した。System.Collections.Generic.Listとは別物だよ! 畳み込みを使って階乗を求める。 namespace ListTest { class Program { static void Main(string[] args) { Console.WriteLine("10! = {0}", List<int>.FoldLeft<int>( (a, b) => a * b, 1, List<int></int></int></int>…