2011年(2)
分类: C/C++
2011-01-16 19:21:44
abclong2011-04-16 18:36:20
貌似有点打印问题,修改版本
/*
* Function: IndentFirstLine
* Usage: IndentFirstLine(weekday)
* --------------------------------------
* This program prints out some blank spaces for the calender.
*/
void IndentFirstLine(int weekday)
{
int i;
for (i = 0; i < weekday%7; i++) // 这里有修改
{
printf(" &q