说明:最近碰到一个需求,在安卓上使用greendao框架,实现增删改查数据
效果图:
step1:
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {repositories {go…
题目地址
https://leetcode.cn/problems/find-the-maximum-achievable-number/description/
题目描述 实现代码
class Solution {public int theMaximumAchievableX(int num, int t) {return num2*t;}
}