HTMLify
Home
Log in
Register
Dashboard
Frames
API
LeetCode - Find the Maximum Achievable Number - Python
Views: 1 | Author:
abh
class
Solution
:
def
theMaximumAchievableX
(
self
,
num
:
int
,
t
:
int
)
->
int
:
return
num
+
(
t
*
2
)
Share this file:
Copy
Short Link
View Raw
Download File
(106 B)
Embed Code
Clone
Comments
Comment