Deep_Dark_FAntasy♂
Deep_Dark_FAntasy♂
全部文章
题解
Codeforces(3)
博弈论(3)
基本数论、组合数学(排列组合,容斥等)(14)
并查集(2)
数据结构(2)
未归档(176)
深度优先搜索、广度优先搜索、搜索剪枝(8)
线性dp、背包问题、区间dp(15)
归档
标签
去牛客网
登录
/
注册
VISITOR_OVO 的博客
Welecome to my blog
全部文章
/ 题解
(共1篇)
牛牛的方程式
ax+by=c有解结论的推广gcd(a,b)|c别忘了特判a=b=0的时候,c=0,c/=0情况代码: #include<bits/stdc++.h> using namespace std; #define int long long signed main() { int t...
裴蜀定理
2020-10-20
6
609