牛客219807459号
牛客219807459号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客219807459号的博客
全部文章
(共2篇)
题解 | #餐馆#
#include <iostream> #include <cstdio> #include <algorithm> #include <queue> using namespace std; typedef long long LL; int ...
2024-10-13
0
110
题解 | #连续最大和#
#include <iostream> #include <algorithm> #include <vector> using namespace std; int f(const vector<int>& arr) { int m...
2024-10-12
0
120