AtCoder Beginner Contest 093 C Same Integers (贪心水题)

博客详细介绍了AtCoder Beginner Contest 093中C题的解题思路,重点在于利用贪心算法解决如何通过有限次操作使三个数字相等的问题。操作包括将两个数字加1或一个数字加2。文章通过代码展示了具体的实现细节。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

C - Same Integers
Time limit : 2sec / Memory limit : 256MB


Score : 300 points


Problem Statement
You are given three integers A, B and C. Find the minimum number of operations required to make A, B and C all equal by repeatedly performing the following two kinds of operations in any order:


Choose two among A, B and C, then increase both by 1.
Choose one among A, B and C, then increase it by 2.
It can be proved that we can always make A, B and C all equal by repeatedly performing these operations.


Constraints
0≤A,B,C≤50
All values in input are integers.
Input
Input is given from Standard Input in the following format:


A B C
Output
Print the minimum number of operations required to make A, B and C all equal.


Sample Input 1

2 5 4
Sample Output 1

2
We can make A, B and C all equal by the following operations:


Increase A and C by
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值