摘要:
三角形面积计算公式: 参考 https://baike.baidu.com/item/%E4%B8%89%E8%A7%92%E5%BD%A2%E9%9D%A2%E7%A7%AF%E5%85%AC%E5%BC%8F/8491990 阅读全文
posted @ 2022-05-12 12:47
智人心
阅读(52)
评论(0)
推荐(0)
摘要:
set的添加: set<string>wSet; string s = "sss"; wSet.insert(s); 遍历: for (auto it = wSet.cbegin(); it != wSet.cend(); it++){ cout<<*it<<endl; } 删除: wSet.era 阅读全文
posted @ 2022-05-12 12:21
智人心
阅读(31)
评论(0)
推荐(0)

浙公网安备 33010602011771号