首页 > Enjoy the game
头像 牛客529675788号
发表于 2020-02-14 13:34:19
如若牌数为奇数则Bob赢如若为偶数{1偶数中含有(除一以外)奇数因子,则Bob赢2偶数中(除一以外)不含奇数因子,则Alice赢(即牌数为2的n次幂)#include<stdio.h>#include<math.h>long long dg(long long n){ 展开全文