2020年9月26日

c++ techniques

摘要: struct myComp { bool operator() (const int &a, const int &b) { if (ac[a]<ac[b]) return a; else if (ac[a]==ac[b]&&pen[a]>=pen[b]) return a; return fals 阅读全文
posted @ 2020-09-26 14:03 xlinsist 阅读(97) 评论(0) 推荐(0) 编辑