#34419: a003正確


yp11151172@yphs.tp.edu.tw (907-37陸思同)

學校 : 臺北市私立延平高級中學
編號 : 197046
來源 : [58.114.218.27]
最後登入時間 :
2025-03-01 17:33:50
a003. 兩光法師占卜術 | From: [203.72.178.1] | 發表日期 : 2023-03-17 15:56

#include<bits/stdc++.h>
using namespace std;
int main(){
    int m,d,s;
    cin>>m>>d;
    s=(m*2+d)%3;
    if(s==0) cout<<"普通";
    else if(s==1) cout<<"吉";
    else cout<<"大吉";
    return 0;
}

 
ZeroJudge Forum