sort对数组使用:
int myarray[] = [6,9,5,13];
sort(myarray,myarray+2);
本文标题:STL中的Algorithm
本文链接:https://www.haomeiwen.com/subject/gzuppqtx.html
网友评论