摘要:
https://www.luogu.com.cn/problem/P4018 题意: 思路: 因为数据范围巨大,所以猜是个规律题。 先写个平淡的有向图游戏的和,然后打表! 代码: int t,n,m; int primes[N],cnt; bool st[N]; int sg[110]; void 阅读全文
posted @ 2021-07-03 14:53
Isaac233
阅读(80)
评论(0)
推荐(0)