摘要:
#include #include #include #define K 5001 using namespace std; struct st { int l; int w; bool t; }a[K]; bool cmp(st a,st b) { if(a.l==b.l) return a.w>b.w; else return a.l>b.l; } int ... 阅读全文
posted @ 2018-07-23 11:27
pha创噬
阅读(101)
评论(0)
推荐(0)

浙公网安备 33010602011771号