太难了我不想打代码[STL训练]{A} + {B} 摘要:解题思路:set容器可以排序、去重、所以用它太几把合适了,先这样,在那样,最后那样,然后他妈的发现错了注意事项: 注意进厂时机!!!参考代码:#includeusing namespace s…… 题解列表 2023年06月07日 0 点赞 0 评论 130 浏览 评分:0.0
编写题解 2065: [STL训练]{A} + {B} 摘要:解题思路:注意事项:参考代码:while True: try: n,m=map(int,input().split()) r=list(map(int,i…… 题解列表 2022年03月15日 0 点赞 0 评论 253 浏览 评分:0.0
[STL训练]{A} + {B} 摘要:解题思路:很简单,自己看。注意事项:set头文件:#include<set> 定义: set<typename> name; 注意哦,set只能通过迭代器(iterator)访问:set<typen…… 题解列表 2022年02月27日 0 点赞 0 评论 208 浏览 评分:0.0
Hifipsysta-2065-[STL训练]{A} + {B}(C++代码) 摘要:```cpp #include #include #include using namespace std; int main(){ int n, m, tmp; w…… 题解列表 2022年02月10日 0 点赞 0 评论 218 浏览 评分:0.0
[STL训练]{A} + {B}(用STL中的set) 摘要:#用STL中的set求解 ```cpp #include using namespace std; int main() { sets; int tmp,s1; while(ci…… 题解列表 2021年05月13日 0 点赞 0 评论 287 浏览 评分:0.0
[STL训练]{A} + {B} (Java代码) 摘要:解题思路: set不重复序列的有序排列注意事项: 注意对象类型的转换参考代码:import java.util.Arrays; import java.util.HashSet; im…… 题解列表 2021年02月28日 0 点赞 0 评论 425 浏览 评分:0.0