Tic-tac-toe(翻译)

2022.1.21

题目网址:

https://acs.jxnu.edu.cn/problem/CF3C

原题:

Tic-tac-toe

 1000ms  65536K

描述:

Certainly, everyone is familiar with tic-tac-toe game. The rules are very simple indeed. Two players take turns marking the cells in a 3 × 3 grid (one player always draws crosses, the other — noughts). The player who succeeds first in placing three of his marks in a horizontal, vertical or diagonal line wins, and the game is finished. The player who draws crosses goes first. If the grid is filled, but neither Xs, nor 0s form the required line, a draw is announced.

You are given a 3 × 3 grid, each grid cell is empty, or occupied by a cross or a nought. You have to find the player (first or second), whose turn is next, or print one of the verdicts below:

  • illegal — if the given board layout can't appear during a valid game;
  • the first player won — if in the given board layout the first player has just won;
  • the second player won — if in the given board layout the second player has just won;
  • draw — if the given board layout has just let to a draw.

输入:

The input consists of three lines, each of the lines contains characters ".", "X" or "0" (a period, a capital letter X, or a digit zero).

输出:

Print one of the six verdicts: first, second, illegal, the first player won, the second player won or draw.

翻译:

描述:

可以确切地说,每个人都熟悉井字游戏。规则也的确非常简单。两个玩家在一个3*3的网格中轮流标记单元格(一个玩家总是画叉,另一个画0)。首先成功地在一个水平线上,竖直位置,斜线标记了连续三个记号的玩家胜利,游戏结束。画叉的玩家先开始画。如果网格被填满了,但是叉和0都没有形成所要求的线,就宣布是平局。

你被给一个3*3的网格,每个单元格都是空的,或者被一个叉或者一个0占领。你必须去找到下一个轮到的玩家(第一或者第二),或者打印以下判决之一:

不合法---如果被给的数据布局中没有出现一个有效的游戏结果;

第一个玩家赢了---如果在被给的数据布局中第一个玩家已经赢了;

第二个玩家赢了---如果在被给的数据布局中第二个玩家已经赢了;

平局---如果被给的数据布局中已经变成了平局;

输入:

输入包含三行,每一行包括字符“.”,“X”或者“0”(一个句点,一个大写字母X,或者一个数字0)。

输出:

打印这六个判决之一:第一,第二,不合法,第一个玩家赢了,第二个玩家赢了,或者平局。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值