摘要: // TimerTest.cpp : Using STL functions//#include "stdafx.h"#include <iostream>#include <string>#include <vector>#include <algorithm>using namespace std;struct Review{ string title ; int rating ;};bool operator<(const Review &r1,const Review &r2);bool wors 阅读全文
posted @ 2012-06-26 19:22 Kingdom_0 阅读(175) 评论(0) 推荐(0) 编辑