2015年7月31日

STL练习题续

摘要: //zjnu 1399//sort 数组可用//vector sort(vector)#include#includeusing namespace std;int s[10000000];int main(){ int n; int i; int k=0; while(sc... 阅读全文
posted @ 2015-07-31 21:08 Agatha 阅读(319) 评论(0) 推荐(1)