会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Chance-Zou
博客园
首页
新随笔
联系
管理
订阅
2019年3月2日
1068 万绿丛中一点红 (20 分)
摘要: include include include using namespace std; int a[1001][1001];//定义在main()的外面,这样任何函数都有可以调用,就不需要再往其他函数中传参了 //用来遍历一个点附近八个点 int dir[8][2] = { 1,0, 1,0, 0
阅读全文
posted @ 2019-03-02 20:44 Chance-Zou
阅读(673)
评论(0)
推荐(0)
编辑
公告