10 2018 档案

摘要:``` 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; // 阅读全文
posted @ 2018-10-02 00:02 Hugh996 阅读(220) 评论(0) 推荐(0)
摘要:注意输入输出的格式! P1056 排座椅 include include include using namespace std; int map[10005][10005]; struct node { int num,w; }lie[10005],han[10005]; int anslie[1 阅读全文
posted @ 2018-10-01 23:32 Hugh996 阅读(161) 评论(0) 推荐(0)