TopCoder-Power Up C++ with the standard Template Library
Top coder/ Power up C++ with the standard Template Libraryvector 基本操作
对于STL中的容器,判断是否为空的时候,最好使用empty函数,而不是通过size来进行,这是因为size操作并不总是O(1)的操作
Vector resiz
...