12 2024 档案

摘要:牛客周赛 Round 72 题解 A 小红的01串(一) 直接遍历即可 #include <bits/stdc++.h> using namespace std; void solve() { string s; cin >> s; int n = s.size(); int cnt = 0; fo 阅读全文
posted @ 2024-12-17 10:16 Time_Limit_Exceeded 阅读(11) 评论(0) 推荐(0) 编辑
摘要:牛客周赛 Round 71 题解 A 构造A+B 容易想出最多有 n1 种构造方法,所以只要判断 nk 的关系即可。 #include <bits/stdc++.h> using namespace std; int main() { int n, k; cin 阅读全文
posted @ 2024-12-09 11:14 Time_Limit_Exceeded 阅读(52) 评论(0) 推荐(0) 编辑
摘要:牛客周赛 Round 70题解 A 小苯晨跑 #include <bits/stdc++.h> using namespace std; void solve() { int a[4]; for (int i = 0; i < 4; i ++ ) cin >> a[i]; sort(a, a + 4 阅读全文
posted @ 2024-12-03 10:11 Time_Limit_Exceeded 阅读(26) 评论(0) 推荐(0) 编辑

阅读目录(Content)

此页目录为空

点击右上角即可分享
微信分享提示