輸入年月日,計算星期幾 (數學推理)

自制程序:輸入年月日,以空格隔開,輸出當天的星期數。時間範圍爲公元2000-2600年 代碼以下:ios #include <iostream> using namespace std; int main() { cout<<"輸入年月日,以空格隔開(範圍公元2000年到2600年)"<<endl; int y, m, d; while (cin >> y >> m >> d)//計算
相關文章
相關標籤/搜索