2012-02-01から1ヶ月間の記事一覧

sony go for it

sony go for itq1.cpp // 2012.2.13 // nekohand // このプログラムはGPLに準拠します#include #include namespace { const int MonthsNum = 12; const int DaysNumOfMonth[] = {31,28,31, 30,31,30, 31,31,30, 31,30,31}; const int DaysNumOfMonthOfYear =…