首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
人间烟火zzcemt
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
61
文章 61
沸点 0
赞
61
返回
|
搜索文章
最新
热门
《用数组模拟单调栈》
#include <bits/stdc++.h> using i64 = long long; std::vector<int> stk(100000);//用数组模拟栈,特点是先进后出。 int
《用数组模拟单链表》
模板#include <bits/stdc++.h> using i64 = long long; int head = -1, idx = 0;//分别表示头节点的位置,当前这个点的位置。 st
《补题》(牛客小白月赛67:一刀二分三角)
思维 先化简,少使用除法--- highlight: monokai-sublime --- # 思维 ## 先化简,少使用除法 ``` #include <bits/stdc++.h> using
《补题》(Codeforces Round #852 (Div. 2), problem: (C) Dora and Search)
--- highlight: monokai-sublime --- # 思维 ``` #include <bits/stdc++.h> using i64 = long long; void s
《补题》(Codeforces Round #852 (Div. 2), problem: (B) Fedya and Array)
--- highlight: monokai-sublime --- # 思维 ## 构造 x x-1 x-2 ... y+1 y y+1 ... x-1 ``` #include <bits/std
《补题》( Codeforces Round #851 (Div. 2), problem: (A) One and Two)
--- highlight: monokai-sublime --- # 思维:只有2才对题意有贡献 ``` #include <bits/stdc++.h> using i64 = long lo
《补题》(牛客2023年情人节比赛:悸动的距离)
--- highlight: monokai-sublime --- = 思维 + 平面几何 ``` #include <bits/stdc++.h> using i64 = long long;
《补题》(牛客小白月赛66:空洞骑士)
= 思维 ``` #include <bits/stdc++.h> using i64 = lon
《补题》(牛客小白月赛66:再交换)
思维——构造 = ``` #include <bits/stdc++.h> using i64 =
《补题》(牛客:公平的灯塔)
向量法求垂直(思维) = ``` #include <bits/stdc++.h> using i
下一页
个人成就
文章被点赞
61
文章被阅读
6,067
掘力值
547
关注了
1
关注者
1
收藏集
0
关注标签
2
加入于
2022-11-04