会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
龙渊阁
博客园
首页
新随笔
联系
订阅
管理
2012年10月1日
矩阵置零
摘要: 题意是要求在01矩阵中,把0的点的行和列都置零。 #include <iostream> #include <vector> #include <utility> using namespace std; void unguarded_setZero(int *matrix, int m, int n, int i, int j...
阅读全文
posted @ 2012-10-01 12:06 紫红的泪
阅读(412)
评论(0)
推荐(0)
编辑
公告