1 Star 0 Fork 0

表情扭曲 / leetcode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lc1025.java 251 Bytes
一键复制 编辑 原始数据 按行查看 历史
liu13 提交于 2019-04-15 10:31 . 20190415
package code;
/*
* 1025. Divisor Game
* 题意:
* 难度:
* 分类:
* 思路:先选的有主动权
* Tips:
*/
public class lc1025 {
public boolean divisorGame(int N) {
if(N%2==0) return true;
return false;
}
}
1
https://gitee.com/abfantasy/leetcode.git
git@gitee.com:abfantasy/leetcode.git
abfantasy
leetcode
leetcode
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891