輸入某年某月某日,輸出當天是星期幾?

//輸入年月日 int year = Convert.ToInt32(Console.ReadLine()); int month = Convert.ToInt32(Console.ReadLine()); int day = Convert.ToInt32(Console.ReadLine()); int sum = 0;
相關文章
相關標籤/搜索