LeetCodeFind the Maximum Achievable NumberFind the Maximum Achievable NumberEasyMathSolution export function theMaximumAchievableX(num: number, t: number): number { return num + 2 * t; }LeetCodeFind the Maximum Achievable Numberhttps://leetcode.com/problems/find-the-maximum-achievable-number