08 2024 档案

该文被密码保护。
posted @ 2024-08-21 21:28 view3937 阅读(0) 评论(0) 推荐(0) 编辑
摘要:aewgsehrehrehreherhhjnrtjtrjuretsegdfh 阅读全文
posted @ 2024-08-20 17:11 view3937 阅读(8) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-08-19 19:31 view3937 阅读(2) 评论(0) 推荐(0) 编辑
摘要:A - Primary Task 给一个数 x10000,判断其是否形如 ab 满足 a=10,b2 且无前导零。 模拟判断即可。 code #include<bits/stdc++.h> using namespace std; con 阅读全文
posted @ 2024-08-14 17:26 view3937 阅读(139) 评论(0) 推荐(0) 编辑
摘要:点分治 以树的重心为根,对子树内的问题分治求解,时间复杂度可以做到 O(nlogn×F(n)),其中 F(n) 是解决经过根的问题所需要的处理。 P3806 模板 给一棵有边权的树,多次询问树上是否存在距离为 k 的点对。 \(n\le 10^4,m\le 1 阅读全文
posted @ 2024-08-14 15:08 view3937 阅读(11) 评论(0) 推荐(0) 编辑
摘要: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. 阅读全文
posted @ 2024-08-12 21:02 view3937 阅读(46) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-08-12 09:49 view3937 阅读(2) 评论(0) 推荐(0) 编辑

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