1. 首页
  2. 课程学习
  3. 专业指导
  4. Euclid's Game

Euclid's Game

上传者: 2018-12-27 08:14:27上传 TXT文件 435B 热度 42次
Starts with two unequal positive numbers (M,N and M>N) on the board. Two players move in turn. On each move, a player has to write on the board a positive number equal to the difference of two numbers already on the board; this number must be new, i.e., different from all the numbers already on the board. The player who cannot move loses the game. Should you choose to move first or second in this game? According to the above rules, there are two players play tihs game. Assumptions A write a number on the board at first, the n B write it. Your task is write a program to judge the winner is A or B. n B write it. Your task is write a program to judge the winner is A or B.
用户评论
码姐姐匿名网友 2018-12-27 08:14:27

求注释 最后对2取于不懂