2769. 找出最大的可达成数字 - 力扣(LeetCode)
一、Java
class Solution { public int theMaximumAchievableX(int num, int t) { return num + 2*t; }}
京公网安备 11010502049817号