zlff
zlff
全部文章
分类
归档
标签
去牛客网
登录
/
注册
zlff的博客
全部文章
(共2篇)
题解 | #小美和大富翁#
#include<bits/stdc++.h> using namespace std; typedef long long LL; typedef unsigned long long ull; int dx[]={1,-1,0,0},dy[]={0,0,1,-1}; typedef ...
2024-11-29
0
66
题解 | #平均数为k的最长连续子数组#
#include<bits/stdc++.h> using namespace std; typedef long long LL; typedef unsigned long long ull; int dx[]={1,-1,0,0},dy[]={0,0,1,-1}; typedef ...
2024-11-22
1
57