摘要: https://iai.sh.cn/problem/608 #include<stdio.h> #include<iostream> #include<cmath> #include<vector> #include<map> #include<algorithm> using namespace 阅读全文
posted @ 2022-03-17 17:37 shiningrise 阅读(27) 评论(0) 推荐(0) 编辑
摘要: class Solution { public: vector<vector<int>> updateMatrix(vector<vector<int>>& mat) { int dx[4]={0,0,1,-1}; int dy[4]={1,-1,0,0}; int n=mat.size(); in 阅读全文
posted @ 2022-03-17 16:39 shiningrise 阅读(859) 评论(0) 推荐(0) 编辑
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css