网页学习体会

  • 首页
  • 个人博客
您的位置: 首页  >  IT文章  >  leetcode 292

leetcode 292

分类: IT文章 • 2022-02-28 08:47:08

leetcode 292

 1 class Solution {
 2 public:
 3     bool canWinNim(int n) {
 4        int a,b;
 5        bool ok=true;
 6       if(n%4==0)
 7       ok=false;
 8       return ok;
 9     }
10 };

相关推荐

  • leetcode无重复字符最长子串
  • leetcode 31. Next Permutation(字典序的下一个)
  • leetcode 60. Permutation Sequence(康托展开)
  • leetCode书房之链表(LC实现链表)
  • LeetCode 278 First Bad Version
  • LeetCode 231 Power of Two
  • LeetCode 136 Single Number
  • LeetCode 202 Happy Number
  • LeetCode 28 Implement strStr()
  • LeetCode 20 Valid Parentheses
  • Linq学习笔记---Linq to Sql之where Where操作
  • leetcode338
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 网页学习体会    备案号:   粤ICP备20002247号