init commit
This commit is contained in:
4
archive/algorithm/leetcode/877.c
Normal file
4
archive/algorithm/leetcode/877.c
Normal file
@@ -0,0 +1,4 @@
|
||||
bool stoneGame(int* piles, int pilesSize) {
|
||||
return true;
|
||||
}
|
||||
//只要是我先,我就必胜,我拿最多的不就好了
|
Reference in New Issue
Block a user