摘要: 碎碎念 时限3h打了五题铜,感觉还没有把可做题全部写完,待补 J. Local Minimum 记录行最小值和列最小值,遍历一遍矩阵判断当前值是否同时是行最小值与列最小值,记录答案即可。 #include<bits/stdc++.h> using namespace std; #define int 阅读全文
posted @ 2023-11-08 11:34 Hssliu 阅读(45) 评论(0) 推荐(0)