#34419: a003正確


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

School : 臺北市私立延平高級中學
ID : 197046
IP address : [203.72.178.1]
Last Login :
2023-02-24 16:34:00
a003. 兩光法師占卜術 | From: [203.72.178.1] | Post Date : 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