努力学习的萝啵啵
努力学习的萝啵啵
全部文章
题解
归档
标签
去牛客网
登录
/
注册
努力学习的萝啵啵的博客
全部文章
/ 题解
(共4篇)
题解 | #Keep In Line#
#include <bits/stdc++.h> using namespace std; typedef pair<string,string> pss; int main(){ int t; cin>>t...
2026-03-10
2
7
题解 | #Rails#
模拟即可 #include <bits/stdc++.h> #include <vector> using namespace std; int main() { while(1){  ...
2026-03-09
2
10
题解 | #【入门班】急速行走#
啵啵(*  ̄3)(ε ̄ *)根本不会三分啊,借此机会学一学喽! 粘贴一下来自oiwiki的三分法喽 https://oiwiki.com/basic/binary/#三分法 基本步骤(求极小值) 假设函数 f(x) 在区间 [l,r] 上单峰: ...
C++
C
2026-03-06
2
16
题解 | #[NOIP2001]求先序排列#
萝啵啵是一个从C语言入手,还不太会用C++里string的萝卜,下面是不用string的解析(第一次写题解啵啵啵[嘤嘤嘤],有误请告诉啵啵捏,谢谢大家) #include <bits/stdc++.h> using namespace std; const int N=1e3; i...
2026-01-29
2
26