This website works better with JavaScript.
Home
Explore
Help
Sign In
linyongji
/
TrainCamp_linyongji_Algorithm1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
林永吉的Algorithm库
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35
Commits
1
Branch
361 KiB
C++
91.8%
C
8.2%
Tree:
3083168440
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '3083168440'
${ noResults }
TrainCamp_linyongji_Algorithm1
/
Alogrithm
/
Alogrithm
/
include
/
11_CanWinNim.h
4 lines
86 B
Raw
Blame
History
#pragma once
//解题思路:
//经过推导,当给定的n为4的倍数时,必输
bool CanWinNim(int n);