零件分组(stick)
摘要:
#include<iostream> #include<algorithm> using namespace std; struct node { int l,w; }a[1010]; int t[1010]; bool cmp(node x,node y) { if(x.l==y.l) retur 阅读全文
posted @ 2020-10-13 16:58
Chri_K
阅读(346)
评论(0)
推荐(0)
浙公网安备 33010602011771号