摘要: #include#include#include#include#includeusing namespace std;struct node{ int x,y,v;};node edge[10001];char c[10];int t,n,z,m,a,b,f1,f2,root,w[10001... 阅读全文
posted @ 2015-07-11 20:43 ws_fqk 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1085: [SCOI2005]骑士精神Time Limit:10 SecMemory Limit:162 MBSubmit:1112Solved:604[Submit][Status][Discuss]Description在一个5×5的棋盘上有12个白色的骑士和12个黑色的骑士, 且有一个空位。... 阅读全文
posted @ 2015-07-11 08:43 ws_fqk 阅读(258) 评论(0) 推荐(0) 编辑