理塘_丁真
理塘_丁真
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
理塘_丁真的博客
全部文章
(共5篇)
题解 | #有效序列的数量#
近乎近乎近乎近乎近乎近乎 #include<iostream> #include<stack> using namespace std; int main(){ int n; &nbs...
C++
2022-07-05
0
366
题解 | #打家劫舍(三)#
扎西德勒 #include<iostream> #include<vector> #include<unordered_map> using namespace std; int n; vector<vector<in...
2022-07-01
0
323
题解 | #最大点集#
AI丁真会梦到电子烟吗? #include<iostream> #include<vector> #include<algorithm> using namespace std; int main(){ &...
2022-07-01
0
327
题解 | #编程题1#
牛校出牛子,牛子刷牛客 #include<iostream> #include<unordered_set> #include<vector> #include<queue> using namespace std; unord...
2022-06-30
0
340
题解 | #附加题#
哥们在这跟你coding #include<iostream> #include<vector> using namespace std; int getVal(vector<int> &magic){ &nbs...
2022-06-30
0
367