摘要:
链接:https://ac.nowcoder.com/acm/contest/5205/C 思路: 代码如下: 1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const ll maxn=1e6+1 阅读全文
摘要:
题目链接:https://ac.nowcoder.com/acm/contest/5205/B 自我感觉这个模型挺难想的。。。另外还有一种杨辉三角的解法。。也不是很懂。。 这道题在组合数方面需要用到逆元 1 #include<bits/stdc++.h> 2 using namespace std; 阅读全文
摘要:
SG函数:https://ac.nowcoder.com/acm/contest/5531/F 题解链接:https://ac.nowcoder.com/discuss/424000?type=101&order=0&pos=34&page=1 阅读全文
摘要:
链接:https://ac.nowcoder.com/acm/contest/5531/D 题解链接:https://ac.nowcoder.com/discuss/424000?type=101&order=0&pos=34&page=1 思路:这是一道传纸条、走下去类型的模型题; 但假如这方面做 阅读全文