-
呵呵,命令列型別cal -y 2008就可以了。
-
#include""
int judge(int year,int month) 定義了乙個將月份分為四類 (28,29,30,31) 的函式。
else return(4);*30 天月份,返回值為 4* }main()。
char*month=;
clrscr();
printf("please inter the year:");
scanf("%d",&year);
printf("");
printf("the calendar of the year%d.",year);
printf("");
a=(year+(year-1)/4-(year-1)/100+(year-1)/400)%7;
for(i=0;i<4;i++) * 輸出前幾個月的日曆 * printf("");
for(k=0;kprintf(" ");*六個空格* for(m=1; m<32;m++)
a=(a+m)%7;*計算下個月的第一天是星期幾* printf("");
printf("********************==");
printf("");
-
#include
using namespace std;
int leapyear(int year);
int main()
for(i=1;i<=b-1;i++)
else if(i==4||i==6||i==9||i==11)else if(i==2)
result+=c%7;
result%=7;
if(result==0)
result = 7;
cout <<"這是一周"
要確定它是否為閏年,如果是閏年,則返回 1(366 天),否則返回 0(365 天)。
int leapyear(int year) 可以通過一些小的更改來完成。
-
:定義控制台應用程式的入口點。
#include ""
#include
#include
#include
using namespace std;
void week(int y, int m, int d) 一周的日期。
c = y / 100 + 1;
if( m <= 2)
w = ( y + y / 4 + c / 4 - 2 * c + 26 * m + 1 ) / 10 + d - 1 ) 7;
cout
cout <<"sun";
else if (w == 1)
cout<<"mon";
else if (w == 2)
cout<<"tue";
else if (w == 3)
cout<<"wed";
else if (w == 4)
cout<<"thu";
else if ( w == 5)
cout<<"fri";
else/ cout <<"sta";
根據系統時間初始化萬年曆。
void printmonth(int y, int m, int d) 列印出月曆的給定時間,};
int leap,i;
leap = ( y % 4 == 0 &&y % 100 != 0 ||y % 400 == 0);
for( i = 1 ; i < d ; i++
cout <<"★" ;
for(i = d; i <= ym[leap][m]; i++
int judge(int y, int m, int d) 確定給定時間是否存在,};
int leap, i;
if( y <= 0 ||m < 1 ||m > 12 )
return 0;
leap = ( y % 4 == 0 &&y % 100 != 0 ||y % 400 == 0 );
if( d < 1 ||d > ym[leap][m] )
return 0;
elsereturn 1;
int search(int y, int m, int d) 查詢給定時間的相應體驗進行列印。
int main()
return 0;}
-
#include
定義 是 1 定義符號常量"是的"
定義 no 0 定義符號常量"不"
函式 isleap():確定閏年是否為 int isleap(int year)。
函式 week of newyears day():查詢元旦所在的星期幾。
int week of new years day(int year) 主要功能:列印日曆。
int main()
cout <