#34419: a003正確


yp11151172@yphs.tp.edu.tw (807-36)

學校 : 臺北市私立延平高級中學
編號 : 197046
來源 : [203.72.178.1]
最後登入時間 :
2024-01-10 11:41:14
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