摘要:
1、stable_partition稳定划分和partition不稳定划分。#include <iostream>#include <algorithm>#include <vector>using namespace std;struct Student { char name[20]; int age;};ostream & operator <<(ostream & os, const Student &s){ os << "(" <<s.name <<&quo 阅读全文
posted @ 2011-09-29 10:44 work hard work smart 阅读(636) 评论(0) 推荐(0)
浙公网安备 33010602011771号