摘要: 使用前缀和进行数据的预处理 再使用遍历查找最大加权矩形 点击查看代码 #include<bits/stdc++.h> using namespace std; int b[125][125]; int main(){ //初始化最小值 int n,ans=-99999999; cin>>n; for 阅读全文
posted @ 2024-04-22 21:10 xiaoluosibky 阅读(38) 评论(0) 推荐(0)