牛马ID
牛马ID
全部文章
分类
题解(81)
归档
标签
去牛客网
登录
/
注册
牛马ID的博客
全部文章
(共135篇)
题解 | #数的比较#
#include <bits/stdc++.h> using namespace std; int main() { int n; &nbs...
C++
2022-10-01
0
234
题解 | #方程#
#include <bits/stdc++.h> using namespace std; const long long mod = 998244353; long long mu...
C++
2022-10-01
0
321
题解 | #数码#
#include <bits/stdc++.h> using namespace std; void slove(vector<int>& ret,int x){ &n...
C++
2022-10-01
0
212
题解 | #选数#
#include <bits/stdc++.h> using namespace std; int main(){ int n,k; lo...
C++
2022-09-26
0
262
题解 | #进制#
#include <bits/stdc++.h> using namespace std; int main() { int p,q; cin ...
C++
2022-09-25
0
234
题解 | #除数游戏#
#include <bits/stdc++.h> using namespace std; int primeRes(int n) { int lmt =&...
C++
2022-09-18
0
248
题解 | #演唱会#
#include <bits/stdc++.h> using namespace std; // 抽象从节点 0,到其他所有节点的最短路径! int main() { &nb...
C++
图
2022-09-18
0
338
题解 | #数的构造#
#include <bits/stdc++.h> using namespace std; int main() { int n; &nb...
C++
2022-09-18
1
251
题解 | #好子树#
#include <bits/stdc++.h> using namespace std; int find_min(vector<vector<int>>& e, vector<in...
C++
2022-09-18
1
253
题解 | #楼房拆除#
using namespace std; vector<long long> h; int solve(int l, int r) { if&nbs...
C++
2022-09-18
0
342
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页