2769. Find the Maximum Achievable Number Poison 2024-05-21 12345class Solution { public int theMaximumAchievableX(int num, int t) { return num + 2 * t; }} References2769. Find the Maximum Achievable Number