登高客
登高客
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
登高客的博客
吾心信其可行,则移山填海之难,终有成功之日
全部文章
(共2篇)
题解 | 【模板】二维前缀和
#include <bits/stdc++.h> #include <cstdlib> using namespace std; const int N = 1e3 + 10; typedef long long ll; ll s[N][N], a[N][N]; int m...
2025-11-06
0
14
题解 | #小S按按钮#
C题 #include <bits/stdc++.h> using namespace std; int t, n; int main() { ios::sync_...
C++
2024-12-28
1
172