france

https://github.com/francecil

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

2014年11月25日

摘要: #includeusing namespace std;#include#define max 205char map[max][max];long a[100000],step,sum,n,m,visited[max][max];long directions[4][2]={{0,1},{1,0}... 阅读全文
posted @ 2014-11-25 15:42 france 阅读(186) 评论(0) 推荐(0) 编辑