牛马ID
牛马ID
全部文章
分类
题解(81)
归档
标签
去牛客网
登录
/
注册
牛马ID的博客
全部文章
(共135篇)
题解 | #下标数组#
#include <bits/stdc++.h> using namespace std; int main() { int n; &n...
C++
2022-09-18
0
243
题解 | #数列计数#
import java.util.Scanner; import java.math.BigInteger; // 注意类名必须为 Main, 不要有任何 package xxx 信息 public&nbs...
Java
2022-09-18
1
257
题解 | #特殊的极差#
#include <bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(0); &nb...
C++
2022-09-16
0
264
题解 | #数的选择#
#include <bits/stdc++.h> using namespace std; // A集合中尽量取最大的数! // B集合中尽量取最小的数! int main(){ &nb...
C++
2022-09-16
0
286
题解 | #字符游戏#
#include <bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(0); //&n...
C++
2022-09-16
0
290
题解 | #小鸡啄米#
#include <bits/stdc++.h> using namespace std; int main(){ int n; &nbs...
C++
2022-09-16
0
322
题解 | #彩虹涂鸦#
// 模拟! #include <bits/stdc++.h> using namespace std; int main(){ int n,q,l,r,k,pos...
C++
2022-09-15
0
290
题解 | #愤怒的小鸟#
#include <bits/stdc++.h> using namespace std; int main(){ int n; &nbs...
C++
2022-09-14
0
351
题解 | #信号覆盖#
#include<bits/stdc++.h> using namespace std; vector<int> xarr,yarr; struct Node{ int&...
C++
2022-09-13
0
344
题解 | #相遇#
// 有向无环图 #include <bits/stdc++.h> using namespace std; const int mod = 100007; vector<vector...
C++
2022-09-13
0
319
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页