摘要:
``` include include using namespace std; struct node { int len,num; string w; }a[25]; int cmp(node a,node b) { if(a.len!=b.len) return a.len b.len; // 阅读全文
摘要:
注意输入输出的格式! P1056 排座椅 include include include using namespace std; int map[10005][10005]; struct node { int num,w; }lie[10005],han[10005]; int anslie[1 阅读全文