#39759: Python


a4590275tammy@gmail.com (yuchan)

學校 : 不指定學校
編號 : 268940
來源 : [116.241.253.48]
最後登入時間 :
2024-03-26 21:22:18
a003. 兩光法師占卜術 | From: [116.241.253.48] | 發表日期 : 2024-03-26 21:30

M, D=map(int,input().split())
# M=int(input('請輸入月份'))
# D=int(input('請輸入日期'))
S=(M*2+D)%3
if S == 2:
    print("大吉")
elif S == 1:
    print("吉")
elif S==0:
    print("普通")

 
ZeroJudge Forum