題幹資訊完整,不做解釋
運用input讀取數字至變數m, d,加上split()以空格為基礎分割兩變數
運用int()將兩變數資料型態從字串轉至數值
運用if/elif判斷普通/吉/大吉
注意:input行應為此式樣,m, d = input().split()