编程介的小学生 2019-01-10 20:29 采纳率: 0.9%
浏览 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 metadata提取的PDF元数据,如何转换为一个Excel
  • ¥15 关于arduino编程toCharArray()函数的使用
  • ¥100 vc++混合CEF采用CLR方式编译报错
  • ¥15 coze 的插件输入飞书多维表格 app_token 后一直显示错误,如何解决?
  • ¥15 vite+vue3+plyr播放本地public文件夹下视频无法加载
  • ¥15 c#逐行读取txt文本,但是每一行里面数据之间空格数量不同
  • ¥50 如何openEuler 22.03上安装配置drbd
  • ¥20 ING91680C BLE5.3 芯片怎么实现串口收发数据
  • ¥15 无线连接树莓派,无法执行update,如何解决?(相关搜索:软件下载)
  • ¥15 Windows11, backspace, enter, space键失灵