france

https://github.com/francecil

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年9月23日

摘要: #includeusing namespace std;#include#define max 105long a[100000],step,sum,n,m,visited[max][max];long directions[4][2]={{0,1},{1,0},{0,-1},{-1,0}};int... 阅读全文
posted @ 2014-09-23 15:29 france 阅读(119) 评论(0) 推荐(0) 编辑