发表评论取消回复
相关阅读
相关 牛客OI赛制测试赛2 F :假的数学游戏
[题目传送门][Link 1] 斯特林公式 代码: include<bits/stdc++.h> using namespace std;
相关 牛客OI赛制测试赛2 E :括号序列
[题目传送门][Link 1] 贪心 代码: include<bits/stdc++.h> using namespace std;
相关 牛客OI赛制测试赛2 D :星光晚餐
[题目传送门][Link 1] 看出规律,再二分即可 代码: include<bits/stdc++.h> using namespace std;
相关 牛客OI赛制测试赛2 C :数列下标
[题目传送门][Link 1] 单调队列 代码: include<bits/stdc++.h> using namespace std;
相关 牛客OI赛制测试赛2
比赛链接:[点我][Link 1] 链接:https://www.nowcoder.com/acm/contest/185/A 来源:牛客网 题目描述 给出一个二元
相关 牛客网 OI 赛制测试赛
比赛链接:[这里写链接内容][Link 1] A 斐波那契 链接:https://www.nowcoder.com/acm/contest/181/A 来源:牛客网
相关 牛客OI赛制测试赛 F:子序列
[题目传送门][Link 1] 代码: include<bits/stdc++.h> using namespace std; type
相关 牛客OI赛制测试赛 E:旅行青蛙
[题目传送门][Link 1] 最长不下降子序列 代码: include<bits/stdc++.h> using namespace std;
相关 牛客OI赛制测试赛 D:小叶的巡查
[题目传送门][Link 1] 求树的直径即可 代码: include<bits/stdc++.h> using namespace std;
相关 牛客OI赛制测试赛 C:序列
[题目传送门][Link 1] 数据随机,随便乱搞 代码: include<bits/stdc++.h> using namespace std;
还没有评论,来说两句吧...