pku 1036 dp
摘要:
#include <iostream>#include <algorithm>using namespace std;class Gangters{public: int T, P, S; friend bool operator<(const Gangters &a, const Gangters &b) { return a.T < b.T;... 阅读全文
posted @ 2009-05-27 08:33 ZAFU_VA 阅读(218) 评论(0) 推荐(0)
浙公网安备 33010602011771号