📌  相关文章
📜  访问 set c++ 代码示例的最后一个元素

📅  最后修改于: 2022-03-11 14:44:55.284000             🧑  作者: Mango

代码示例2
auto it = s.end();
it--;
cout<<*it<<"\n";