摘要:
CSP_J 2023 阅读全文
posted @ 2024-03-07 22:44
左边之上
阅读(133)
评论(0)
推荐(0)
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,则插入; 阅读全文