#27635: 超簡單解答


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


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 (林柏諺)


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 (梁博鈞)


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 (帥死人不償命)


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

S=(M*2+D)%3

if S==0:

 print("普通")

elif S==1:

 print("吉")

elif S==2:

 print("大吉")

你好,請問什麼問題嗎?