编程介的小学生 2019-01-10 20:29 采纳率: 20.5%
浏览 285
已采纳

C语言实现一个日期的周期的推算的算法,怎么实现的,包括了思路谢谢

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

  • 写回答

1条回答 默认 最新

  • threenewbee 2019-12-29 00:47
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 maple软件,用solve求反函数出现rootof,怎么办?
  • ¥50 汇编语言除法溢出问题
  • ¥15 Visual Studio问题
  • ¥15 state显示变量是字符串形式,但是仍然红色,无法引用,并显示类型不匹配
  • ¥20 求一个html代码,有偿
  • ¥100 关于使用MATLAB中copularnd函数的问题
  • ¥20 在虚拟机的pycharm上
  • ¥15 jupyterthemes 设置完毕后没有效果
  • ¥15 matlab图像高斯低通滤波
  • ¥15 针对曲面部件的制孔路径规划,大家有什么思路吗