摘要:
aewgsehrehrehreherhhjnrtjtrjuretsegdfh 阅读全文
摘要:
A - Primary Task 给一个数 \(x\le 10000\),判断其是否形如 \(\overline{ab}\) 满足 \(a=10,b\ge 2\) 且无前导零。 模拟判断即可。 code #include<bits/stdc++.h> using namespace std; con 阅读全文
摘要:
点分治 以树的重心为根,对子树内的问题分治求解,时间复杂度可以做到 \(O(n\log n\times F(n))\),其中 \(F(n)\) 是解决经过根的问题所需要的处理。 P3806 模板 给一棵有边权的树,多次询问树上是否存在距离为 \(k\) 的点对。 \(n\le 10^4,m\le 1 阅读全文
摘要:
After printing a query do not forget to output the end of line and flush the output. Otherwise, you may get Idleness limit exceeded verdict. To do this, use:
fflush(stdout) or cout.flush() in C++;
System.out.flush() in Java;
flush(output) in Pascal;
stdout.flush() in Python;
see the documentation for other languages. 阅读全文
摘要:
pair of 一对裤子 阅读全文
摘要:
博客后台
新建随笔
随笔模板
导入随笔
草稿箱
回收站
博客签名
博客搬家
备份/导出
设置编辑器
VSCode插件 阅读全文
摘要:
Codeforces Round 961 (Div. 2) 阅读全文
摘要:
时光荏苒,Board、Brush 和 Blossom 也会散去。而我们和一个人保持连接的方式就是记住,仅此而已 这是二级目录,VSCode 预览让我电脑连续爆炸,只能这样了。 ABC 杂题 ARC 杂题 AGC 杂题 CFR 杂题 LG 杂题 阅读全文
摘要:
禁止将正在进行的AtCoder比赛中发布的问题的全部或部分信息直接输入到生成式AI软件中。请参考这篇文章 了解详情。 阅读全文