#41269: python


suyueh (suyueh)

學校 : 不指定學校
編號 : 272111
來源 : [125.228.45.241]
最後登入時間 :
2025-06-02 18:21:06

a,b=map(int,input().split())
s=(a*2+b)%3
if s==0:
    print("普通")
elif s==1:
    print("吉")
else:
    print("大吉")