摘要: 基础数据结构-&gt;set&amp;&amp;map set&&map BEGIN:惜墨如金 set用法 基本用法 #include<bits/stdc++.h> using namespace std; void the_set() { int x=404; set<int>ds; ds.insert(x);//如果在ds这个set 中无x,则插入; 阅读全文
posted @ 2024-02-29 22:27 左边之上 阅读(14) 评论(1) 推荐(0)