#27635: 超簡單解答


dt910131@dtjh.ptc.edu.tw (帥死人不償命)

學校 : 屏東縣立大同高級中學
編號 : 170216
來源 : [163.24.46.120]
最後登入時間 :
2021-10-21 14:47:11
a003. 兩光法師占卜術 | From: [163.24.46.120] | 發表日期 : 2021-10-21 14:48

M,D=map(int,input().split())

S=(M*2+D)%3

if S==0:

 print("普通")

elif S==1:

 print("吉")

elif S==2:

 print("大吉")

 
#27636: Re:超簡單解答


dt910099@dtjh.ptc.edu.tw (林柏諺)

學校 : 不指定學校
編號 : 170217
來源 : [163.24.46.120]
最後登入時間 :
2021-10-28 14:27:54
a003. 兩光法師占卜術 | From: [163.24.46.120] | 發表日期 : 2021-10-21 14:50

M,D=map(int,input().split())

S=(M*2+D)%3

if S==0:

 print("普通")

elif S==1:

 print("吉")

elif S==2:

 print("大吉")

hi



 
#27637: Re:超簡單解答


dt910007@dtjh.ptc.edu.tw (梁博鈞)

學校 : 不指定學校
編號 : 170218
來源 : [163.24.46.120]
最後登入時間 :
2021-10-28 14:03:33
a003. 兩光法師占卜術 | From: [163.24.46.120] | 發表日期 : 2021-10-21 14:50

M,D=map(int,input().split())

S=(M*2+D)%3

if S==0:

 print("普通")

elif S==1:

 print("吉")

elif S==2:

 print("大吉")


Hello

 
#27638: Re:超簡單解答


dt910131@dtjh.ptc.edu.tw (帥死人不償命)

學校 : 屏東縣立大同高級中學
編號 : 170216
來源 : [163.24.46.120]
最後登入時間 :
2021-10-21 14:47:11
a003. 兩光法師占卜術 | From: [163.24.46.120] | 發表日期 : 2021-10-21 14:50

M,D=map(int,input().split())

S=(M*2+D)%3

if S==0:

 print("普通")

elif S==1:

 print("吉")

elif S==2:

 print("大吉")

你好,請問什麼問題嗎?

 
ZeroJudge Forum