Ly与lyon的巅峰对决,描色法
摘要:
http://paste.ubuntu.com/14124956/#include #include struct node{ int step; int who;}e[1002][1002];int next[4][2]={{0,1},{1,0},{1,1},{1,-1}};int s... 阅读全文
posted @ 2015-12-21 12:24 stupid_one 阅读(277) 评论(0) 推荐(0) 编辑