Chengdong和Thanks_up的骰子

TimeLimit:1000MS  MemoryLimit:256MB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
Problem Description

图片.png


集训队的同学们都老喜欢玩游戏了,相信各位从前几次比赛都应该看得出来。

今天Chengdong和Thank_up又在一起玩游戏啦

今天他们玩的游戏不是射箭,也不是A+B啥的,o( ̄ヘ ̄o#)就是简单的掷骰子,简单吧,简单吧图片.png


Chengdong和Thank_up都会在纸上写上1-6的数字,然后他们各自掷骰子,骰子的数字和纸上数字相差较小的人则为胜出,如果相差一样,则为平局。


因为这两个人懒得自己动手算,所以他们让你们算一下,骰子为什么数字时Chengdong胜出,骰子为什么数字时平局,骰子为什么数字时Thank_up胜出




Input

The single line contains two integers a and b (1 ≤ a, b ≤ 6) — the numbers written on the paper by the first and second player, correspondingly.


输入包含两个整数a和b(1≤a,b≤6) - Chengdong和Thank_up相应地写在纸上的数字。

Output

Print three integers: the number of ways to throw the dice at which the first player wins, the game ends with a draw or the second player wins, correspondingly.


打印三个整数:Chengdong获胜的掷骰子的数字,游戏以平局结束掷骰子的数字或第二个玩家获胜掷骰子的数字

SampleInput 1
2 5
SampleOutput 1
3 0 3
SampleInput 2
2 4
SampleOutput 2
2 1 3
Note

The dice is a standard cube-shaped six-sided object with each side containing a number from 1 to 6, and where all numbers on all sides are distinct.骰子是一个标准的立方形六边形物体,每一边都包含一个从1到6的数字,并且所有边上的数字都是不同的。

You can assume that number a is closer to number x than number b, if |a - x| < |b - x|.如果|a - x| < |b - x|,则你可以认为a比b更接近x

Submit
题目统计信息详细
总AC数29
通过人数27
尝试人数30
总提交量44
AC率61.36%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: