Skip to content

2769-find-the-maximum-achievable-number

DevGod
DevGod
Vtuber
int theMaximumAchievableX(int num, int t){
return num + t*2;
}