编程介的小学生 2020-01-18 23:50 采纳率: 20.5%
浏览 74

God's Birthday 日期的问题

Problem Description
Do you know God's birthday?
Stupid Wiskey and Michelle say they didn't knew.
Now, Gods want to make a game let them guess the answer.
This game is a two-player alternative game and is played as follows:
1.God tell the month to Wiskey, and tell the day to Michelle.
2.There are many dates in a list, Wiskey and Michelle must choose the date from the list.
3.Wiskey guesses first, then Michelle and alternative to reply YES or NO, if he/she konws the answer, he/she will say YES, or he/she will say NO.
4.Who first know God's birthday when is his/her turn and his/her answer is right, he/she is the winner.
Your task is telling me who will win, Wiskey or Michelle?

Input
First line will contain one integer means how many cases will follow by.
Each line will contain three integers N, M, D.
N represents the number of dates God tell them. (1 <= N <= 365)
M, D represent God's birthday is the M-th month, the D-th day. (1 <= M <= 12, 1 <= D <= 31)

Output
If Wiskey win, print "Wiskey Win".
If Michelle wins, print "Michelle Win".
Else print "No" if nobody will win the game.

Sample Input
4

3 12 25
12 25
10 25
11 25

3 12 25
12 25
12 23
12 24

4 12 25
11 25
11 25
12 24
12 24

3 12 25
11 25
12 25
12 24

Sample Output
Wiskey Win
Michelle Win
No
Michelle Win

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 高德地图点聚合中Marker的位置无法实时更新
    • ¥15 DIFY API Endpoint 问题。
    • ¥20 sub地址DHCP问题
    • ¥15 delta降尺度计算的一些细节,有偿
    • ¥15 Arduino红外遥控代码有问题
    • ¥15 数值计算离散正交多项式
    • ¥30 数值计算均差系数编程
    • ¥15 redis-full-check比较 两个集群的数据出错
    • ¥15 Matlab编程问题
    • ¥15 训练的多模态特征融合模型准确度很低怎么办