摘要: 看了题解写的,然后对于模拟题接触比较少 收获: 对于map的遍历:map<int,int>::iterater iter; iter = map.begin(); while(iter!=map.end(){iter++;} 然后还有map函数,的static_cost<int>()暂时不想追究这是 阅读全文
posted @ 2022-01-16 19:28 jozon 阅读(34) 评论(0) 推荐(0)