- problem solution codes #include<iostream> #include<queue> using namespace std; int n, m... problem solution codes #include<iostream> #include<queue> using namespace std; int n, m...
- problem solution codes //不好玩 #include<iostream> using namespace std; int n, m, a[30010], r, p... problem solution codes //不好玩 #include<iostream> using namespace std; int n, m, a[30010], r, p...
- problem solution codes //Meet in the Middle #include<iostream> #include<algorithm> #inc... problem solution codes //Meet in the Middle #include<iostream> #include<algorithm> #inc...
- problem solution codes #include<iostream> #include<algorithm> using namespace std; cons... problem solution codes #include<iostream> #include<algorithm> using namespace std; cons...
- 0x01题面 给定一个长为n的序列,求它的最长上升子序列。 n<103n<103 子序列指序列中任意m个元素拼起来形成的新序列(可不连续) 0x02思路 考虑任意一个长为m的上升子序列... 0x01题面 给定一个长为n的序列,求它的最长上升子序列。 n<103n<103 子序列指序列中任意m个元素拼起来形成的新序列(可不连续) 0x02思路 考虑任意一个长为m的上升子序列...
- problem solution codes #include<iostream> #include<queue> using namespace std; struct x... problem solution codes #include<iostream> #include<queue> using namespace std; struct x...
- problem solution codes #include<cstdio> #include<cstring> #include<cmath> using ... problem solution codes #include<cstdio> #include<cstring> #include<cmath> using ...
- problem solution codes #include<iostream> using namespace std; const int maxn = 110; int tree... problem solution codes #include<iostream> using namespace std; const int maxn = 110; int tree...
- problem solution codes /* 作者:gwj1139177410 题目:p2627 村村通 */ //Kruskal #include<iostream> #incl... problem solution codes /* 作者:gwj1139177410 题目:p2627 村村通 */ //Kruskal #include<iostream> #incl...
- problem solution codes #include<cstdio> #include<algorithm> #include<cmath> using... problem solution codes #include<cstdio> #include<algorithm> #include<cmath> using...
- 提交:http://codevs.cn/problem/1048/ 递推 //f[i]:到i为止的LIS的长度。 //f[i]=max{1,f[j]+1|j<i&&aj<a... 提交:http://codevs.cn/problem/1048/ 递推 //f[i]:到i为止的LIS的长度。 //f[i]=max{1,f[j]+1|j<i&&aj<a...
- problem solution codes #include<iostream> #include<string> using namespace std; int mai... problem solution codes #include<iostream> #include<string> using namespace std; int mai...
- problem solution codes #include<iostream> using namespace std; const int maxn = 100010; #defi... problem solution codes #include<iostream> using namespace std; const int maxn = 100010; #defi...
- problem solution codes //MST-Prim-贪心-堆优化 #include<iostream> #include<algorithm> #includ... problem solution codes //MST-Prim-贪心-堆优化 #include<iostream> #include<algorithm> #includ...
- problem solution codes //MST-Kruskal-排序贪心+并查集 //题中N=M,(M小于N^2的)稀疏图用邻接表。 #include<iostream> #i... problem solution codes //MST-Kruskal-排序贪心+并查集 //题中N=M,(M小于N^2的)稀疏图用邻接表。 #include<iostream> #i...
上滑加载中
推荐直播
-
Skill 构建 × 智能创作:基于华为云码道的 AI 内容生产提效方案2026/03/25 周三 19:00-20:00
余伟,华为云软件研发工程师/万邵业(万少),华为云HCDE开发者专家
本次直播带来两大实战:华为云码道 Skill-Creator 手把手搭建专属知识库 Skill;如何用码道提效 OpenClaw 小说文本,打造从大纲到成稿的 AI 原创小说全链路。技术干货 + OPC创作思路,一次讲透!
回顾中 -
码道新技能,AI 新生产力——从自动视频生成到开源项目解析2026/04/08 周三 19:00-21:00
童得力-华为云开发者生态运营总监/何文强-无人机企业AI提效负责人
本次华为云码道 Skill 实战活动,聚焦两大 AI 开发场景:通过实战教学,带你打造 AI 编程自动生成视频 Skill,并实现对 GitHub 热门开源项目的智能知识抽取,手把手掌握 Skill 开发全流程,用 AI 提升研发效率与内容生产力。
回顾中 -
华为云码道:零代码股票智能决策平台全功能实战2026/04/18 周六 10:00-12:00
秦拳德-中软国际教育卓越研究院研究员、华为云金牌讲师、云原生技术专家
利用Tushare接口获取实时行情数据,采用Transformer算法进行时序预测与涨跌分析,并集成DeepSeek API提供智能解读。同时,项目深度结合华为云CodeArts(码道)的代码智能体能力,实现代码一键推送至云端代码仓库,建立起高效、可协作的团队开发新范式。开发者可快速上手,从零打造功能完整的个股筛选、智能分析与风险管控产品。
回顾中
热门标签