//// main.cpp// setcmp//// Created by IDM-PKU on 14-9-6.// Copyright (c) 2014年 PKU. All rights reserved.//#include <iostream>#include <set>#include "print.hpp"using namespace std;template <class T>class RuntimeCmp{ public: enum cmp_mode{normal,reverse}; private: cm ......
本文摘自 :https://www.cnblogs.com/


