首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
人间烟火zzcemt
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
61
文章 61
沸点 0
赞
61
返回
|
搜索文章
最新
热门
《补题》(Codeforces Round 855 (Div. 3), problem: (E2) Unforgivable Curse)
贪心:考虑可移动与不可移动的情况,利用字符数量判断 #include <bits/stdc++.h> using i64 = long long; void solve() { int n, k
《补题》(Codeforces Round 855 (Div. 3), problem: (D) Remove Two Letters)
思维 #include <bits/stdc++.h> using i64 = long long; void solve() { int n; std::cin >> n; std::s
《补题》(Codeforces Round 855 (Div. 3), problem: (C2) Powering the Hero)
思维:优先队列的应用 #include <bits/stdc++.h> using i64 = long long; void solve() { int n; std::cin >> n;
(Codeforces Round 855 (Div. 3), problem: (B) Count the Number of Pairs)
#include <bits/stdc++.h> using i64 = long long; void solve() { int n, k; std::cin >> n >> k; i
(Codeforces Round 855 (Div. 3), problem: (A) Is It a Cat?)
#include <bits/stdc++.h> using i64 = long long; void solve() { int n; std::cin >> n; std::strin
《补题》(AtCoder Beginner Contest 292, C - Four Variables)
#include <bits/stdc++.h> using i64 = long long; int main() { std::ios::sync_with_stdio(false); s
《补题》( Codeforces Round 856 (Div. 2), problem: (B) Not Dividing)
#include <bits/stdc++.h> using i64 = long long; void solve() { int n; std::cin >> n; std::vect
《补题》(Codeforces Round 856 (Div. 2), problem: (A) Prefix and Suffix Array)
#include <bits/stdc++.h> using i64 = long long; void solve() { int n; std::cin >> n; std::vect
《补题》(牛客:绝地求生(pubg))
#include <bits/stdc++.h> using i64 = long long; i64 cnt; void solve() { i64 x, y; std::cin >> x
《用数组模拟双链表》
#include <bits/stdc++.h> using i64 = long long; std::vector<int> v(100000), l(100000), r(100000);/
下一页
个人成就
文章被点赞
61
文章被阅读
4,357
掘力值
543
关注了
1
关注者
1
收藏集
0
关注标签
2
加入于
2022-11-04