[STL训练]{A} + {B},纯循环思路清晰 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"using namespace std;int m…… 题解列表 2024年11月11日 0 点赞 0 评论 20 浏览 评分:0.0
set集合的使用(插入与遍历) 摘要:#include<bits/stdc++.h>using&nbsp;namespace&nbsp;std;int&nbsp;main(){int&nbsp;…… 题解列表 2024年07月29日 0 点赞 0 评论 20 浏览 评分:0.0
STL& set[STL训练]{A} + {B} 摘要:#使用STL库的`set`容器>自带去重和排序的功能,就不需要调用排序函数了```c++#include#include#include#includeusingnamespacestd;int…… 题解列表 2023年06月23日 0 点赞 0 评论 49 浏览 评分:0.0
太难了我不想打代码[STL训练]{A} + {B} 摘要:解题思路:set容器可以排序、去重、所以用它太几把合适了,先这样,在那样,最后那样,然后他妈的发现错了注意事项:&nbsp;&nbsp;&nbsp;注意进厂时机!!!参考代码:…… 题解列表 2023年06月07日 0 点赞 0 评论 67 浏览 评分:0.0
2065: [STL训练]{A} + {B}(set) 摘要:解题思路:set集合自带默认升序和去重功能。参考代码:#include&nbsp;<bits/stdc++.h>#define&nbsp;ll&nbsp;long&…… 题解列表 2022年07月07日 0 点赞 0 评论 141 浏览 评分:9.9
小菜鸡------C语言通俗易懂 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){intn,m;&nbsp;&nbsp;&nbsp;&nbsp;while…… 题解列表 2022年03月23日 0 点赞 1 评论 234 浏览 评分:9.9
编写题解 2065: [STL训练]{A} + {B} 摘要:解题思路:注意事项:参考代码:while&nbsp;True:&nbsp;&nbsp;&nbsp;&nbsp;try:&nbsp;&nbsp;&…… 题解列表 2022年03月15日 0 点赞 0 评论 182 浏览 评分:0.0
[STL训练]{A} + {B} 摘要:解题思路:很简单,自己看。注意事项:set头文件:#include<set>&nbsp;定义:set<typename>name;&nbsp;&nbsp…… 题解列表 2022年02月27日 0 点赞 0 评论 145 浏览 评分:0.0
Hifipsysta-2065-[STL训练]{A} + {B}(C++代码) 摘要:```cpp#include#include#includeusingnamespacestd;intmain(){intn,m,tmp;while(cin>>n>>m){se…… 题解列表 2022年02月10日 0 点赞 0 评论 144 浏览 评分:0.0
只需注意set_union的使用方法 摘要:```cpp#include#include#includeusingnamespacestd;voidmyPrint(intval)//for_each遍历的输出{coutnum1>>n…… 题解列表 2022年02月04日 0 点赞 0 评论 196 浏览 评分:9.9