2009年10月1日木曜日

2009/10/1お題


int step_sum( int n ) {
return (n + 1) * n / 2;
}

0 件のコメント: