go

查找第一个不连续的键

英文: map find the first non consecutive key 问题 我有一个以整数为键的地图。 使用STL,我想找到第一个具有非连续键的元素。 它应该是这样的: map<...