牛客804102429号
牛客804102429号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客804102429号的博客
全部文章
(共25篇)
题解 | 【模板】完全背包
#include <algorithm> #include <bits/stdc++.h> using namespace std; #define int long long const int inf = 1e18; signed main() { int n,...
2025-04-11
0
16
题解 | 小数字
#include <bits/stdc++.h> using namespace std; int main() { int t; cin >> t; while (t--) { int n, m; cin >...
2025-04-11
0
16
题解 | 记负均正
#include<bits/stdc++.h> #include <iomanip> using namespace std; int main() { int sum = 0, n, a = 0, b = 0; cin >> n; fo...
2025-04-11
0
12
题解 | 【模板】01背包
// C++ includes used for precompiling -*- C++ -*- // Copyright (C) 2003-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C+...
2025-04-10
0
19
题解 | 表示数字
// C++ includes used for precompiling -*- C++ -*- // Copyright (C) 2003-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C+...
2025-04-10
0
17
题解 | 球格模型(简单版)
// C++ includes used for precompiling -*- C++ -*- // Copyright (C) 2003-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C+...
2025-04-10
0
14
题解 | [NOIP2001]装箱问题
// C++ includes used for precompiling -*- C++ -*- // Copyright (C) 2003-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C+...
2025-04-09
0
17
题解 | 求最大连续bit数
// C++ includes used for precompiling -*- C++ -*- // Copyright (C) 2003-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C+...
2025-04-09
0
18
题解 | 最长公共子序列(一)
// C++ includes used for precompiling -*- C++ -*- // Copyright (C) 2003-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C+...
2025-04-08
0
17
题解 | 字符串字符匹配
// C++ includes used for precompiling -*- C++ -*- // Copyright (C) 2003-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C+...
2025-04-08
0
16
首页
上一页
1
2
3
下一页
末页