Initial Bet

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

现在有五个人他们很无聊,然后他们在玩硬币(⊙o⊙)…


他们每一个人都有一个初始的硬币数量b(b>0)。

玩硬币的时候还有一个规则,他们会互相打赌,如果一方输了会把自己拥有的一个硬币给另一方,

经过若干次打赌,告诉你最后五个人拥有的硬币的数量


让你判断是否有一个初始条件b,使得这个结果的是合法的,如果合法则输出b,不合法输出-1.



Input

图片.png

单组数据。

每次输入c1,c2,c3,c4,c5(0 ≤ c1, c2, c3, c4, c5 ≤ 100).,代表第一个人,第二个人,第三个人,第四个人,第五个人最后的硬币数量

Output

图片.png

输出只有一行

他们的初始硬币数量b,如果合法就输出b,不合法输出-1

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

In the first sample the following sequence of operations is possible:

  1. One coin is passed from the fourth player to the second player; 第四个人给了第二个人一个硬币
  2. One coin is passed from the fourth player to the fifth player;第四个人给了第五个人一个硬币
  3. One coin is passed from the first player to the third player;第一个人给了第三个人一个硬币
  4. One coin is passed from the fourth player to the second player.第四个人给了第二个人一个硬币
Submit
题目统计信息详细
总AC数46
通过人数45
尝试人数50
总提交量111
AC率40.54%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

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