摘要: 注意输入输出的格式! 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)