比赛名称: xttc_STL库训练
比赛类型: 内部(受邀或输入密码才能参赛)
比赛状态: 已结束
比赛时间: 开始于 2024-10-21 15:00:00,至 2024-10-25 17:00:00结束。
STL是Standard Template Library的简称,即标准模板库,包含容器(vector、set\multiset、map\mutimap、list)、算法(sort、rervers等)、迭代器(iterator)三部分,是C++不可或缺的一部分,对于实际开发、程序竞赛都是非常便捷的工具,对于提升效率帮助非常大!