摘要: 原题链接 二维差分的简单应用。作为学二维差分时的练手题很不错。 主要代码: #include<bits/stdc++.h> using namespace std; const int N=1002; int a[N][N]; int main(){ ios::sync_with_stdio(fal 阅读全文
posted @ 2024-02-06 16:43 黑屿白 阅读(30) 评论(1) 推荐(1)